C# Class SBUserManager.IrcUser

显示文件 Open project: xwcg/SpawnBot Class Usage Examples

Public Methods

Method Description
ChangeName ( string newname ) : void
DeOp ( ) : void
DeVoice ( ) : void
FlagAdmin ( ) : void
FlagBot ( ) : void
GetLegacyName ( ) : string
IrcUser ( string UserName, string ChannelName, string HostName ) : System
Op ( ) : void
Voice ( ) : void

Method Details

ChangeName() public method

public ChangeName ( string newname ) : void
newname string
return void

DeOp() public method

public DeOp ( ) : void
return void

DeVoice() public method

public DeVoice ( ) : void
return void

FlagAdmin() public method

public FlagAdmin ( ) : void
return void

FlagBot() public method

public FlagBot ( ) : void
return void

GetLegacyName() public method

public GetLegacyName ( ) : string
return string

IrcUser() public method

public IrcUser ( string UserName, string ChannelName, string HostName ) : System
UserName string
ChannelName string
HostName string
return System

Op() public method

public Op ( ) : void
return void

Voice() public method

public Voice ( ) : void
return void