Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Deliver ( |
||
NotifyUser ( string message, libirc invoker, libirc target_ ) : void |
public Hook_BeforeSysWeb ( string &html ) : void | ||
html | string | |
return | void |
public Hook_Join ( Channel channel, libirc user ) : void | ||
channel | Channel | |
user | libirc | |
return | void |
public Hook_Kick ( Channel channel, libirc source, string user ) : void | ||
channel | Channel | |
source | libirc | |
user | string | |
return | void |
public Hook_Nick ( Channel channel, libirc Target, string OldNick, string NewNick ) : void | ||
channel | Channel | |
Target | libirc | |
OldNick | string | |
NewNick | string | |
return | void |
public Hook_OnPrivateFromUser ( string message, libirc user ) : bool | ||
message | string | |
user | libirc | |
return | bool |
public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void | ||
channel | Channel | |
invoker | libirc | |
message | string | |
return | void |
public Hook_Quit ( libirc user, string Message ) : void | ||
user | libirc | |
Message | string | |
return | void |