TrackedUser

Represents an IRC user for use by IrcTracker.

Disabled Default Constructor

A disabled default is present on this object. To use it, use one of the other constructors or a factory function.

Alias This

user

Ditto

Members

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