C# 클래스 wmib.Commands

Kernel
파일 보기 프로젝트 열기: benapetr/wikimedia-bot

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AddChannel() 공개 정적인 메소드

Join channel
public static AddChannel ( CommandParams parameters ) : void
parameters CommandParams
리턴 void

InitAdminCommands() 공개 정적인 메소드

public static InitAdminCommands ( ) : void
리턴 void

PartChannel() 공개 정적인 메소드

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
리턴 void

Trusted() 공개 정적인 메소드

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