Свойство | Type | Description | |
---|---|---|---|
ptrModule | Module |
Méthode | Description | |
---|---|---|
Construct ( ) : bool | ||
ExceptionHandler ( object sender, XmlRcs args ) : void | ||
Extension_DumpHtml ( Channel channel ) : string | ||
Format ( string name_url, string url, string page, string username, string link, string summary, Channel chan, bool bot, bool New, bool minor ) : string | ||
Hook_Channel ( Channel channel ) : void | ||
Hook_ChannelDrop ( Channel chan ) : void | ||
Hook_GetConfig ( Channel chan, libirc invoker, string config ) : bool | ||
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 | ||
RegisterPermissions ( ) : void |
Méthode | Description | |
---|---|---|
LastPing ( CommandParams info ) : void | ||
OnChange ( object sender, XmlRcs ex ) : void | ||
OnError ( object sender, XmlRcs ex ) : void | ||
Provider_On_Exception ( object sender, XmlRcs args ) : void | ||
Provider_On_Timeout ( object sender, |
||
bot_off ( CommandParams pm ) : void | ||
bot_on ( CommandParams pm ) : void | ||
cmd_off ( CommandParams pm ) : void | ||
cmd_on ( CommandParams pm ) : void | ||
cmd_restart ( CommandParams pm ) : void | ||
minor_off ( CommandParams pm ) : void | ||
minor_on ( CommandParams pm ) : void |
public ExceptionHandler ( object sender, XmlRcs args ) : void | ||
sender | object | |
args | XmlRcs | |
Résultat | void |
public Extension_DumpHtml ( Channel channel ) : string | ||
channel | Channel | |
Résultat | string |
public Format ( string name_url, string url, string page, string username, string link, string summary, Channel chan, bool bot, bool New, bool minor ) : string | ||
name_url | string | |
url | string | |
page | string | |
username | string | |
link | string | |
summary | string | |
chan | Channel | |
bot | bool | |
New | bool | |
minor | bool | |
Résultat | string |
public Hook_Channel ( Channel channel ) : void | ||
channel | Channel | |
Résultat | void |
public Hook_ChannelDrop ( Channel chan ) : void | ||
chan | Channel | |
Résultat | void |
public Hook_GetConfig ( Channel chan, libirc invoker, string config ) : bool | ||
chan | Channel | |
invoker | libirc | |
config | string | |
Résultat | bool |
public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void | ||
channel | Channel | |
invoker | libirc | |
message | string | |
Résultat | void |
public Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool | ||
chan | Channel | |
invoker | libirc | |
config | string | |
value | string | |
Résultat | bool |