C# Class wmib.Extensions.ModuleRC

Inheritance: Module
Mostrar archivo Open project: benapetr/wikimedia-bot

Public Properties

Property Type Description
ptrModule Module

Public Methods

Method 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

Method 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 method

public Construct ( ) : bool
return bool

ExceptionHandler() public method

public ExceptionHandler ( object sender, XmlRcs args ) : void
sender object
args XmlRcs
return void

Extension_DumpHtml() public method

public Extension_DumpHtml ( Channel channel ) : string
channel Channel
return string

Format() public method

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
return string

Hook_Channel() public method

public Hook_Channel ( Channel channel ) : void
channel Channel
return void

Hook_ChannelDrop() public method

public Hook_ChannelDrop ( Channel chan ) : void
chan Channel
return void

Hook_GetConfig() public method

public Hook_GetConfig ( Channel chan, libirc invoker, string config ) : bool
chan Channel
invoker libirc
config string
return bool

Hook_OnRegister() public method

public Hook_OnRegister ( ) : bool
return bool

Hook_OnUnload() public method

public Hook_OnUnload ( ) : bool
return bool

Hook_PRIV() public method

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

Hook_SetConfig() public method

public Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
chan Channel
invoker libirc
config string
value string
return bool

Load() public method

public Load ( ) : void
return void

RegisterPermissions() public method

public RegisterPermissions ( ) : void
return void

Property Details

ptrModule public_oe static_oe property

public static Module ptrModule
return Module