TrackedUser

Represents an IRC user for use by IrcTracker.

Constructors

this
this()
Undocumented in source.

Alias This

user

Ditto

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

channels
string[] channels;

Channels in which both the current user and the tracked user share membership.

realName
string realName;

Real name of the user. Is null unless a whois-query has been successfully issued for the user.

user
IrcUser user;

Nick name, user name and host name of the user.

Meta