C# 클래스 Yaircc.Net.IRC.LUsersMessage

Represents an LUSERS command.
상속: Message
파일 보기 프로젝트 열기: rastating/yaircc

공개 메소드들

메소드 설명
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.