C# Класс helpmebot6.Commands.Helper

Triggers an inter-channel alert
Наследование: helpmebot6.Commands.GenericCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
Helper ( LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Helper class.

Защищенные методы

Метод Описание
ExecuteCommand ( ) : CommandResponseHandler

Actual command logic

Приватные методы

Метод Описание
RateLimit ( ) : bool

The rate limit.

Описание методов

ExecuteCommand() защищенный Метод

Actual command logic
protected ExecuteCommand ( ) : CommandResponseHandler
Результат CommandResponseHandler

Helper() публичный Метод

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. ///
Результат System