C# Class Schumix.ExtraAddon.Commands.NameList

Afficher le fichier Open project: Schumix/Schumix2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Add ( string Channel, string Name ) : void
Channel string
Name string
Résultat void

Change() public méthode

public Change ( string Name, string NewName, bool Identify = false ) : void
Name string
NewName string
Identify bool
Résultat void

IsChannelList() public méthode

public IsChannelList ( string Name ) : bool
Name string
Résultat bool

NameList() public méthode

public NameList ( string ServerName, Functions fs ) : System
ServerName string
fs Functions
Résultat System

NewThread() public méthode

public NewThread ( string Name ) : void
Name string
Résultat void

RandomAllVhost() public méthode

public RandomAllVhost ( ) : void
Résultat void

RandomVhost() public méthode

public RandomVhost ( string Name ) : void
Name string
Résultat void

Remove() public méthode

public Remove ( string Channel ) : void
Channel string
Résultat void

Remove() public méthode

public Remove ( string Channel, string Name, bool Quit = false ) : void
Channel string
Name string
Quit bool
Résultat void

RemoveAll() public méthode

public RemoveAll ( ) : void
Résultat void