C# Class Bot.Modules.rules

Inheritance: Module
Show file Open project: uncled1023/IRCBot

Public Methods

Method Description
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void

Private Methods

Method Description
add_rule ( string rule, string nick, string channel, bot ircbot ) : void
del_rule ( string rule_num, string nick, string channel, bot ircbot ) : void
get_rules ( string nick, string channel, bot ircbot ) : void

Method Details

control() public method

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
return void