C# Class Yaircc.Net.IRC.KillMessage

Represents a KILL command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

Méthode Description
KillMessage ( ) : System

Initialises a new instance of the KillMessage class.

KillMessage ( string nickname, string comment ) : System

Initialises a new instance of the KillMessage class.

Method Details

KillMessage() public méthode

Initialises a new instance of the KillMessage class.
public KillMessage ( ) : System
Résultat System

KillMessage() public méthode

Initialises a new instance of the KillMessage class.
public KillMessage ( string nickname, string comment ) : System
nickname string The nick name of the user to remove from the network.
comment string The reason behind removing the user.
Résultat System