C# Class wmib.Extensions.StatisticsMod

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

Public Properties

Property Type Description
NAME string

Public Methods

Method Description
Construct ( ) : bool
Extension_DumpHtml ( Channel channel ) : string
Hook_Channel ( Channel channel ) : void
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
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_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

Load() public method

public Load ( ) : void
return void

Property Details

NAME public_oe static_oe property

public static string NAME
return string