C# 클래스 Bot.Modules.hbomb

상속: Module
파일 보기 프로젝트 열기: uncled1023/IRCBot

공개 프로퍼티들

프로퍼티 타입 설명
hbombs List

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
pass_hbomb ( string pass_nick, string channel, string nick, bot ircbot, BotConfig Conf, hbomb_info &tmp_info, int index ) : void

메소드 상세

activate_bomb() 공개 메소드

public activate_bomb ( string channel ) : void
channel string
리턴 void

control() 공개 메소드

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
리턴 void

프로퍼티 상세

hbombs 공개적으로 프로퍼티

public List hbombs
리턴 List