C# Класс Yaircc.Net.IRC.LUsersMessage

Represents an LUSERS command.
Наследование: Message
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

LUsersMessage() публичный Метод

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

LUsersMessage() публичный Метод

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

LUsersMessage() публичный Метод

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.