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

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

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

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

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

Метод Описание
add_anonmessage ( string nick, string line, string channel, bot ircbot ) : void
add_message ( string nick, string line, string channel, bot ircbot ) : 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

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

public static find_message ( string nick, bot ircbot ) : void
nick string
ircbot bot
Результат void