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

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

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

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

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

Метод Описание
get_quote ( string channel, bot ircbot, BotConfig Conf ) : void
get_specific_quote ( string channel, string nick, bot ircbot, BotConfig Conf ) : void

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

add_quote() публичный статический Метод

public static add_quote ( string nick, string channel, string line, bot ircbot, BotConfig Conf ) : void
nick string
channel string
line string
ircbot bot
Conf BotConfig
Результат 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