IRCUser
Inherits: RefCounted < Object
Represents an IRC user and their connection prefix state.
Description
A data container that stores information about an IRC user, including their nickname, username, hostname, account registration, and away status. Typically assembled from IRC origin prefixes (nick!user@host).
Tutorials
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
get_prefix() const |
Property Descriptions
Services account name associated with the user.
Message explaining why the user is marked as away.
Hostname of the IRC user.
Whether the user is currently marked as away.
Nickname of the IRC user.
Real name (gecos field) of the IRC user.
Username (ident) of the IRC user.
Method Descriptions
Returns the fully assembled user mask prefix in the format of 'nickname!username@hostname'.