C# Class Yaircc.Net.IRC.UserMessage

Represents a USER command.
Inheritance: Message
Afficher le fichier Open project: rastating/yaircc Class Usage Examples

Méthodes publiques

Méthode Description
UserMessage ( string username, string realName )

Initialises a new instance of the UserMessage class.

Method Details

UserMessage() public méthode

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