C# Class wmib.Extensions.RssFeed.RSS

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

Public Properties

Property Type Description
m Module

Public Methods

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

Method Details

Construct() public method

public Construct ( ) : bool
return bool

Extension_DumpHtml() public method

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

Hook_BeforeSysWeb() public method

public Hook_BeforeSysWeb ( string &html ) : void
html string
return void

Hook_Channel() public method

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

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

Property Details

m public_oe static_oe property

public static Module m
return Module