C# 클래스 Bot.Modules.seen

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

공개 메소드들

메소드 설명
add_seen ( string nick, string channel, string line, bot ircbot ) : void
control ( bot ircbot, BotConfig Conf, string line, string command, int nick_access, string nick, string channel, bool bot_command, string type ) : void
get_seen_time ( string nick, string channel, bot ircbot ) : System.DateTime

비공개 메소드들

메소드 설명
display_seen ( string nick, string channel, bot ircbot ) : void

메소드 상세

add_seen() 공개 정적인 메소드

public static add_seen ( string nick, string channel, string line, bot ircbot ) : void
nick string
channel string
line string
ircbot bot
리턴 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

get_seen_time() 공개 정적인 메소드

public static get_seen_time ( string nick, string channel, bot ircbot ) : System.DateTime
nick string
channel string
ircbot bot
리턴 System.DateTime