C# Class Bot.Modules.idle

Inheritance: Module
Afficher le fichier Open project: uncled1023/IRCBot

Méthodes publiques

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

Method Details

check_idle() public méthode

public check_idle ( string nick ) : bool
nick string
Résultat bool

control() public méthode

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
Résultat void