C# Class helpmebot6.Commands.Accstats

The stats of the account creation interface.
Inheritance: helpmebot6.Commands.GenericCommand
Mostra file Open project: helpmebot/helpmebot

Public Methods

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

Initialises a new instance of the Accstats class.

Protected Methods

Method Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

Actual command logic

Method Details

Accstats() public method

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

ExecuteCommand() protected method

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