C# 클래스 wmib.Extensions.Notify

상속: Module
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 메소드들

메소드 설명
Construct ( ) : bool
Hook_BeforeSysWeb ( string &html ) : void
Hook_Join ( Channel channel, libirc user ) : void
Hook_Kick ( Channel channel, libirc source, string user ) : void
Hook_Nick ( Channel channel, libirc Target, string OldNick, string NewNick ) : void
Hook_OnPrivateFromUser ( string message, libirc user ) : bool
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Hook_Quit ( libirc user, string Message ) : void
Load ( ) : void
cmNotify ( CommandParams pm ) : void

비공개 메소드들

메소드 설명
Deliver ( Notification notification ) : void
NotifyUser ( string message, libirc invoker, libirc target_ ) : void

메소드 상세

Construct() 공개 메소드

public Construct ( ) : bool
리턴 bool

Hook_BeforeSysWeb() 공개 메소드

public Hook_BeforeSysWeb ( string &html ) : void
html string
리턴 void

Hook_Join() 공개 메소드

public Hook_Join ( Channel channel, libirc user ) : void
channel Channel
user libirc
리턴 void

Hook_Kick() 공개 메소드

public Hook_Kick ( Channel channel, libirc source, string user ) : void
channel Channel
source libirc
user string
리턴 void

Hook_Nick() 공개 메소드

public Hook_Nick ( Channel channel, libirc Target, string OldNick, string NewNick ) : void
channel Channel
Target libirc
OldNick string
NewNick string
리턴 void

Hook_OnPrivateFromUser() 공개 메소드

public Hook_OnPrivateFromUser ( string message, libirc user ) : bool
message string
user libirc
리턴 bool

Hook_OnRegister() 공개 메소드

public Hook_OnRegister ( ) : bool
리턴 bool

Hook_OnUnload() 공개 메소드

public Hook_OnUnload ( ) : bool
리턴 bool

Hook_PRIV() 공개 메소드

public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
리턴 void

Hook_Quit() 공개 메소드

public Hook_Quit ( libirc user, string Message ) : void
user libirc
Message string
리턴 void

Load() 공개 메소드

public Load ( ) : void
리턴 void

cmNotify() 공개 메소드

public cmNotify ( CommandParams pm ) : void
pm CommandParams
리턴 void