C# Class helpmebot6.Commands.Whoami

The whoami.
Inheritance: helpmebot6.Commands.Myaccess
Afficher le fichier Open project: helpmebot/helpmebot

Méthodes publiques

Méthode Description
Whoami ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.Interfaces

Initialises a new instance of the Whoami class.

Method Details

Whoami() public méthode

Initialises a new instance of the Whoami class.
public Whoami ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.Interfaces
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
Résultat Helpmebot.Commands.Interfaces