C# Class Yaircc.Net.IRC.UserMessage

Represents a USER command.
Inheritance: Message
ファイルを表示 Open project: rastating/yaircc Class Usage Examples

Public Methods

Method Description
UserMessage ( string username, string realName )

Initialises a new instance of the UserMessage class.

Method Details

UserMessage() public method

Initialises a new instance of the UserMessage class.
public UserMessage ( string username, string realName )
username string The username to use
realName string The user's real name