C# Class wmib.SystemHooks

Mostra file Open project: benapetr/wikimedia-bot Class Usage Examples

Public Methods

Method Description
IrcKick ( Channel Channel, libirc Source, string Target ) : void
IrcReloadChannelConf ( Channel Channel ) : void
OnSQL ( string name, string sql ) : void
SystemLog ( string Message, Syslog MessageType ) : void

Method Details

IrcKick() public static method

public static IrcKick ( Channel Channel, libirc Source, string Target ) : void
Channel Channel
Source libirc
Target string
return void

IrcReloadChannelConf() public static method

public static IrcReloadChannelConf ( Channel Channel ) : void
Channel Channel
return void

OnSQL() public static method

public static OnSQL ( string name, string sql ) : void
name string
sql string
return void

SystemLog() public static method

public static SystemLog ( string Message, Syslog MessageType ) : void
Message string
MessageType Syslog
return void