C# Class helpmebot6.Commands.Welcomer

Controls the newbie welcomer
Inheritance: helpmebot6.Commands.GenericCommand
Mostra file Open project: helpmebot/helpmebot

Public Methods

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

Initialises a new instance of the Welcomer class.

Protected Methods

Method Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

Actual command logic

Private Methods

Method Description
AddMode ( List argumentsList, Helpmebot.CommandResponseHandler response ) : void

The add mode.

DeleteMode ( List argumentsList, Helpmebot.CommandResponseHandler response ) : void

The delete mode.

ListMode ( Helpmebot.CommandResponseHandler response ) : void

The list mode.

Method Details

ExecuteCommand() protected method

Actual command logic
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
return Helpmebot.CommandResponseHandler

Welcomer() public method

Initialises a new instance of the Welcomer class.
public Welcomer ( 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. ///
return System