C# 클래스 IRCBot.Modules.site_status

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

공개 메소드들

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

메소드 상세

control() 공개 메소드

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