C# Class helpmebot6.Commands.Helper

Triggers an inter-channel alert
Inheritance: helpmebot6.Commands.GenericCommand
显示文件 Open project: helpmebot/helpmebot

Public Methods

Method Description
Helper ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Helper class.

Protected Methods

Method Description
ExecuteCommand ( ) : CommandResponseHandler

Actual command logic

Private Methods

Method Description
RateLimit ( ) : bool

The rate limit.

Method Details

ExecuteCommand() protected method

Actual command logic
protected ExecuteCommand ( ) : CommandResponseHandler
return CommandResponseHandler

Helper() public method

Initialises a new instance of the Helper class.
public Helper ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System
source LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
return System