C# Class Yaircc.Net.IRC.LUsersMessage

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

Public Methods

Method Description
LUsersMessage ( )

Initialises a new instance of the LUsersMessage class.

LUsersMessage ( string mask )

Initialises a new instance of the LUsersMessage class.

LUsersMessage ( string mask, string server )

Initialises a new instance of the LUsersMessage class.

Method Details

LUsersMessage() public method

Initialises a new instance of the LUsersMessage class.
public LUsersMessage ( )

LUsersMessage() public method

Initialises a new instance of the LUsersMessage class.
public LUsersMessage ( string mask )
mask string The mask to use when selecting the statistics.

LUsersMessage() public method

Initialises a new instance of the LUsersMessage class.
public LUsersMessage ( string mask, string server )
mask string The mask to use when selecting the statistics.
server string The server to forward the command to.