User

User metadata. User's mask will always be present, but real name's presence depends on the context. Account's presence depends on the server's capabilities.

Constructors

this
this(string str)
this
this(UserMask mask_)
this
this(string nick, string ident, string host)

Members

Functions

host
auto host()
ident
auto ident()
nickname
auto nickname()
opEquals
auto opEquals(User b)
Undocumented in source. Be warned that the author may not have intended to support it.
server
auto server()
toHash
auto toHash()
toString
void toString(T sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

account
Nullable!string account;
mask
UserMask mask;
realName
Nullable!string realName;

Meta