Method | Description | |
---|---|---|
IRCUser ( string nickname, IRCUserMode mode ) : System |
Initialises a new instance of the IRCUser class.
|
|
Parse ( string input ) : |
Creates an IRC user from a names command fragment.
|
public IRCUser ( string nickname, IRCUserMode mode ) : System | ||
nickname | string | The user's nick name. |
mode | IRCUserMode | The user's mode. |
return | System |
public static Parse ( string input ) : |
||
input | string | The names command fragment. |
return |