C# Class helpmebot6.Commands.Teach

Inheritance: Learn
Mostra file Open project: helpmebot/helpmebot

Public Methods

Method Description
Teach ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.Interfaces

Initialises a new instance of the Teach class.

Method Details

Teach() public method

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