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

Controls the newbie welcomer
Наследование: helpmebot6.Commands.GenericCommand
Показать файл Открыть проект

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

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

Initialises a new instance of the Welcomer class.

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

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

Actual command logic

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

Метод Описание
AddMode ( List argumentsList, Helpmebot.CommandResponseHandler response ) : void

The add mode.

DeleteMode ( List argumentsList, Helpmebot.CommandResponseHandler response ) : void

The delete mode.

ListMode ( Helpmebot.CommandResponseHandler response ) : void

The list mode.

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

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

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

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

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