C# Class helpmebot6.Commands.Kill

The kill.
Inheritance: Helpmebot.Commands.FunStuff.ProtectedTargetedFunCommand
显示文件 Open project: helpmebot/helpmebot

Public Methods

Method Description
Kill ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.FunStuff

Initialises a new instance of the Kill class.

Method Details

Kill() public method

Initialises a new instance of the Kill class.
public Kill ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.FunStuff
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
return Helpmebot.Commands.FunStuff