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

The whistle.
Наследование: helpmebot6.Commands.FunStuff.FunCommand
Показать файл Открыть проект

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

Метод Описание
Whistle ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot

Initialises a new instance of the Whistle class.

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

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

The execute command.

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

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

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
Результат Helpmebot.CommandResponseHandler

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

Initialises a new instance of the Whistle class.
public Whistle ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
Результат Helpmebot