C# Class helpmebot6.Commands.Acccount

The ACC count.
Inheritance: helpmebot6.Commands.GenericCommand
Afficher le fichier Open project: helpmebot/helpmebot

Méthodes publiques

Méthode Description
Acccount ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Acccount class.

Méthodes protégées

Méthode Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

Actual command logic

Method Details

Acccount() public méthode

Initialises a new instance of the Acccount class.
public Acccount ( 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. ///
Résultat System

ExecuteCommand() protected méthode

Actual command logic
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
Résultat Helpmebot.CommandResponseHandler