C# Class wmib.Extensions.ModuleRC

Inheritance: Module
Afficher le fichier Open project: benapetr/wikimedia-bot

Méthodes publiques

Свойство Type Description
ptrModule Module

Méthodes publiques

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

Private Methods

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, EventArgs args ) : void
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

Method Details

Construct() public méthode

public Construct ( ) : bool
Résultat bool

ExceptionHandler() public méthode

public ExceptionHandler ( object sender, XmlRcs args ) : void
sender object
args XmlRcs
Résultat void

Extension_DumpHtml() public méthode

public Extension_DumpHtml ( Channel channel ) : string
channel Channel
Résultat string

Format() public méthode

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

Hook_Channel() public méthode

public Hook_Channel ( Channel channel ) : void
channel Channel
Résultat void

Hook_ChannelDrop() public méthode

public Hook_ChannelDrop ( Channel chan ) : void
chan Channel
Résultat void

Hook_GetConfig() public méthode

public Hook_GetConfig ( Channel chan, libirc invoker, string config ) : bool
chan Channel
invoker libirc
config string
Résultat bool

Hook_OnRegister() public méthode

public Hook_OnRegister ( ) : bool
Résultat bool

Hook_OnUnload() public méthode

public Hook_OnUnload ( ) : bool
Résultat bool

Hook_PRIV() public méthode

public Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
channel Channel
invoker libirc
message string
Résultat void

Hook_SetConfig() public méthode

public Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
chan Channel
invoker libirc
config string
value string
Résultat bool

Load() public méthode

public Load ( ) : void
Résultat void

RegisterPermissions() public méthode

public RegisterPermissions ( ) : void
Résultat void

Property Details

ptrModule public_oe static_oe property

public static Module ptrModule
Résultat Module