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
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
Returns the fully assembled user mask prefix in the format of 'nickname!username@hostname'.