메소드 | 설명 | |
---|---|---|
Learn ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System |
Initialises a new instance of the Learn class.
|
메소드 | 설명 | |
---|---|---|
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler |
Actual command logic
|
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler | ||
리턴 | Helpmebot.CommandResponseHandler |
public Learn ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System | ||
source | Helpmebot.Legacy.Model.LegacyUser | /// The source. /// |
channel | string | /// The channel. /// |
args | string | /// The args. /// |
commandServiceHelper | ICommandServiceHelper | /// The message Service. /// |
리턴 | System |