C# Class Yaircc.Net.IRC.SQuitMessage

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

Public Methods

Method Description
SQuitMessage ( string server, string comment )

Initialises a new instance of the SQuitMessage class.

Method Details

SQuitMessage() public method

Initialises a new instance of the SQuitMessage class.
public SQuitMessage ( string server, string comment )
server string The server to force quit.
comment string The reason for the quit.