C# Class Schumix.ExtraAddon.Commands.NameList

显示文件 Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
Add ( string Channel, string Name ) : void
Change ( string Name, string NewName, bool Identify = false ) : void
IsChannelList ( string Name ) : bool
NameList ( string ServerName, Functions fs ) : System
NewThread ( string Name ) : void
RandomAllVhost ( ) : void
RandomVhost ( string Name ) : void
Remove ( string Channel ) : void
Remove ( string Channel, string Name, bool Quit = false ) : void
RemoveAll ( ) : void

Method Details

Add() public method

public Add ( string Channel, string Name ) : void
Channel string
Name string
return void

Change() public method

public Change ( string Name, string NewName, bool Identify = false ) : void
Name string
NewName string
Identify bool
return void

IsChannelList() public method

public IsChannelList ( string Name ) : bool
Name string
return bool

NameList() public method

public NameList ( string ServerName, Functions fs ) : System
ServerName string
fs Functions
return System

NewThread() public method

public NewThread ( string Name ) : void
Name string
return void

RandomAllVhost() public method

public RandomAllVhost ( ) : void
return void

RandomVhost() public method

public RandomVhost ( string Name ) : void
Name string
return void

Remove() public method

public Remove ( string Channel ) : void
Channel string
return void

Remove() public method

public Remove ( string Channel, string Name, bool Quit = false ) : void
Channel string
Name string
Quit bool
return void

RemoveAll() public method

public RemoveAll ( ) : void
return void