C# Class IRCBot.Modules.site_status

Inheritance: IRCBot.Modules.Module
Show file Open project: uncled1023/IRCBot

Public Methods

Method Description
control ( bot ircbot, IRCConfig &conf, int module_id, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void

Method Details

control() public method

public control ( bot ircbot, IRCConfig &conf, int module_id, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void
ircbot bot
conf IRCConfig
module_id int
line string
command string
nick_access int
nick string
channel string
bot_command bool
type string
return void