Method | Description | |
---|---|---|
Game ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot |
Initialises a new instance of the FunCommand class.
|
Method | Description | |
---|---|---|
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler |
The execute command.
|
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler | ||
return | Helpmebot.CommandResponseHandler |
public Game ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot | ||
source | Helpmebot.Legacy.Model.LegacyUser | /// The source. /// |
channel | string | /// The channel. /// |
args | string | /// The args. /// |
commandServiceHelper | ICommandServiceHelper | /// The message Service. /// |
return | Helpmebot |