C# Class wmib.Commands

Kernel
Mostra file Open project: benapetr/wikimedia-bot

Public Methods

Method Description
AddChannel ( CommandParams parameters ) : void

Join channel

InitAdminCommands ( ) : void
PartChannel ( Channel channel, string user, string host, string message, string origin = "NULL" ) : void

Part a channel

Trusted ( string message, string user, string host ) : bool

Private Methods

Method Description
ChangePass ( CommandParams parameters ) : void
ChannelList ( CommandParams parameters ) : void
ChannelOverview ( CommandParams parameters ) : void
CommandList ( CommandParams parameters ) : void
Configure ( CommandParams parameters ) : void
Drop ( CommandParams parameters ) : void
Help ( CommandParams parameters ) : void
Info ( CommandParams parameters ) : void
Instance ( CommandParams parameters ) : void
Language ( CommandParams parameters ) : void
Part ( CommandParams parameters ) : void
Reauth ( CommandParams parameters ) : void
Reload ( CommandParams parameters ) : void
Restart ( CommandParams parameters ) : void
SuppressOff ( CommandParams parameters ) : void
SuppressOn ( CommandParams parameters ) : void
SystemUnload ( CommandParams parameters ) : void
TrafficOff ( CommandParams parameters ) : void
TrafficOn ( CommandParams parameters ) : void
TrustAdd ( CommandParams parameters ) : void
TrustDel ( CommandParams parameters ) : void
TrustedList ( CommandParams parameters ) : void
VerbosityDown ( CommandParams parameters ) : void
VerbosityUp ( CommandParams parameters ) : void
Whoami ( CommandParams parameters ) : void

Method Details

AddChannel() public static method

Join channel
public static AddChannel ( CommandParams parameters ) : void
parameters CommandParams
return void

InitAdminCommands() public static method

public static InitAdminCommands ( ) : void
return void

PartChannel() public static method

Part a channel
public static PartChannel ( Channel channel, string user, string host, string message, string origin = "NULL" ) : void
channel Channel Channel object
user string User
host string Host
message string Message
origin string The channel from which this request was sent
return void

Trusted() public static method

public static Trusted ( string message, string user, string host ) : bool
message string
user string
host string
return bool