TrackedUser
A disabled default is present on this object. To use it, use one of the other constructors or a factory function.
- 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.
Represents an IRC user for use by IrcTracker.