Property | Type | Description | |
---|---|---|---|
m | Module |
Method | Description | |
---|---|---|
Construct ( ) : bool | ||
Extension_DumpHtml ( Channel channel ) : string | ||
Hook_BeforeSysWeb ( string &html ) : void | ||
Hook_Channel ( Channel channel ) : void | ||
Hook_OnRegister ( ) : bool | ||
Hook_OnUnload ( ) : bool | ||
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void | ||
Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool | ||
Load ( ) : void |
public Extension_DumpHtml ( Channel channel ) : string | ||
channel | Channel | |
return | string |
public Hook_BeforeSysWeb ( string &html ) : void | ||
html | string | |
return | void |
public Hook_Channel ( Channel channel ) : void | ||
channel | Channel | |
return | void |
public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void | ||
channel | Channel | |
invoker | libirc | |
message | string | |
return | void |
public Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool | ||
chan | Channel | |
invoker | libirc | |
config | string | |
value | string | |
return | bool |