C# Class Bot.Modules.hbomb

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

Méthodes publiques

Свойство Type Description
hbombs List

Méthodes publiques

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

Private Methods

Méthode Description
pass_hbomb ( string pass_nick, string channel, string nick, bot ircbot, BotConfig Conf, hbomb_info &tmp_info, int index ) : void

Method Details

activate_bomb() public méthode

public activate_bomb ( string channel ) : void
channel string
Résultat void

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

Property Details

hbombs public_oe property

public List hbombs
Résultat List