Context.WhoisResult

Result of Context.whois.

struct Context
static
struct WhoisResult {}

Members

Variables

channels
string[] channels;

Channels the user is currently a member of.

operator
bool operator;

Boolean whether or not the user is an IRC (server or network-wide) operator.

realName
string realName;

Real name of the user.

user
IrcUser user;

Nickname, username and hostname of the user.

Meta