C# Class helpmebot6.Commands.Whistle

The whistle.
Inheritance: helpmebot6.Commands.FunStuff.FunCommand
Mostrar archivo Open project: helpmebot/helpmebot

Public Methods

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

Initialises a new instance of the Whistle class.

Protected Methods

Method Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

Method Details

ExecuteCommand() protected method

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
return Helpmebot.CommandResponseHandler

Whistle() public method

Initialises a new instance of the Whistle class.
public Whistle ( 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