C# Класс Bot.Modules.hbomb

Наследование: Module
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
hbombs List

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

Метод Описание
activate_bomb ( string channel ) : void
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void

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

Метод Описание
pass_hbomb ( string pass_nick, string channel, string nick, bot ircbot, BotConfig Conf, hbomb_info &tmp_info, int index ) : void

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

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

public activate_bomb ( string channel ) : void
channel string
Результат void

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

public control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void
ircbot bot
Conf BotConfig
line string
command string
nick_access int
nick string
channel string
bot_command bool
type string
Результат void

Описание свойств

hbombs публичное свойство

public List hbombs
Результат List