C# Class helpmebot6.Commands.Whoami

The whoami.
Inheritance: helpmebot6.Commands.Myaccess
Mostra file Open project: helpmebot/helpmebot

Public Methods

Method 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 method

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. ///
return Helpmebot.Commands.Interfaces