C# Class wmib.Extensions.InfobotModule

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

Public Properties

Property Type Description
PermissionAdd string
PermissionDel string
PermissionDeleteSnapshot string
PermissionIgnore string
PermissionManage string
PermissionRestoreSnapshot string
PermissionShare string
PermissionSnaphot string
Snapshots bool
SnapshotsDirectory string
running bool

Public Methods

Method Description
Construct ( ) : bool
Extension_DumpHtml ( Channel channel ) : string
Hook_Channel ( Channel channel ) : void
Hook_ChannelDrop ( Channel chan ) : void
Hook_OnRegister ( ) : bool
Hook_OnUnload ( ) : bool
Hook_PRIV ( Channel channel, libirc invoker, string message ) : void
Hook_ReloadConfig ( Channel chan ) : void
Hook_SetConfig ( Channel chan, libirc invoker, string config, string value ) : bool
Load ( ) : void
RegisterPermissions ( ) : void
getDB ( Channel &chan ) : string

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_ChannelDrop() public method

public Hook_ChannelDrop ( Channel chan ) : void
chan 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_ReloadConfig() public method

public Hook_ReloadConfig ( Channel chan ) : void
chan Channel
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

getDB() public method

public getDB ( Channel &chan ) : string
chan Channel
return string

Property Details

PermissionAdd public_oe static_oe property

public static string PermissionAdd
return string

PermissionDel public_oe static_oe property

public static string PermissionDel
return string

PermissionDeleteSnapshot public_oe static_oe property

public static string PermissionDeleteSnapshot
return string

PermissionIgnore public_oe static_oe property

public static string PermissionIgnore
return string

PermissionManage public_oe static_oe property

public static string PermissionManage
return string

PermissionRestoreSnapshot public_oe static_oe property

public static string PermissionRestoreSnapshot
return string

PermissionShare public_oe static_oe property

public static string PermissionShare
return string

PermissionSnaphot public_oe static_oe property

public static string PermissionSnaphot
return string

Snapshots public_oe static_oe property

public static bool Snapshots
return bool

SnapshotsDirectory public_oe static_oe property

public static string SnapshotsDirectory
return string

running public_oe static_oe property

public static bool running
return bool