C# Class Yaircc.Net.IRC.KillMessage

Represents a KILL command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc

Public Methods

Method 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 method

Initialises a new instance of the KillMessage class.
public KillMessage ( ) : System
return System

KillMessage() public method

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.
return System