C# Class Yaircc.Net.IRC.LUsersMessage

Represents an LUSERS command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc

Méthodes publiques

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

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

LUsersMessage() public méthode

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

LUsersMessage() public méthode

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.