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

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

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

Метод Описание
check_auto ( string nick, string channel, string hostname, bot ircbot ) : void
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void
moderation ( ) : System
unban_nick ( object sender, EventArgs e, string nick, string host, string channel ) : void

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

Метод Описание
add_auto ( string nick, string channel, string hostname, string type, string reason, bot ircbot ) : void
del_auto ( string nick, string channel, string hostname, string type, bot ircbot ) : void

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

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

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

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

public moderation ( ) : System
Результат System

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

public unban_nick ( object sender, EventArgs e, string nick, string host, string channel ) : void
sender object
e System.EventArgs
nick string
host string
channel string
Результат void