C# Class Bot.Modules.owner

Inheritance: System.Reflection.Module
Mostrar archivo 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_blacklist ( string channel, string nick, bot ircbot, BotConfig Conf ) : void
add_channel_list ( string channel, bot ircbot, BotConfig Conf ) : void
add_owner ( string nick, bot ircbot, BotConfig Conf ) : void
del_channel_list ( string channel, bot ircbot, BotConfig Conf ) : void
del_owner ( string nick, bot ircbot, BotConfig Conf ) : void
ignore ( string ignore_nick, string nick, bot ircbot, BotConfig Conf ) : void
ignorecmd ( string cmd, string ignore_nick, string nick, bot ircbot, BotConfig Conf ) : void
ignoremodule ( string module, string ignore_nick, string nick, bot ircbot, BotConfig Conf ) : void
unblacklist ( string channel, string nick, bot ircbot, BotConfig Conf ) : void
unignore ( string ignore_nick, string nick, bot ircbot, BotConfig Conf ) : void
unignorecmd ( string cmd, string ignore_nick, string nick, bot ircbot, BotConfig Conf ) : void
unignoremodule ( string module, string ignore_nick, string nick, bot ircbot, BotConfig Conf ) : 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