C# Class helpmebot6.Commands.Chillpill

The chill pill.
Inheritance: Helpmebot.Commands.FunStuff.TargetedFunCommand
Mostrar archivo Open project: helpmebot/helpmebot

Public Methods

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

Initialises a new instance of the Chillpill class.

Method Details

Chillpill() public method

Initialises a new instance of the Chillpill class.
public Chillpill ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot.Commands.FunStuff
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
return Helpmebot.Commands.FunStuff