IrcServer.Client

Client connection and information

Members

Functions

joinedChannels
Channel[] joinedChannels()
Undocumented in source. Be warned that the author may not have intended to support it.
publicHostname
string publicHostname()
Undocumented in source. Be warned that the author may not have intended to support it.
realHostname
string realHostname()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

away
string away;
hostname
string hostname;
Undocumented in source.
identified
bool identified;
Undocumented in source.
modeFlags
bool[char.max] modeFlags;
Undocumented in source.
nickname
string nickname;
password
string password;

Registration details

prefix
string prefix;
Undocumented in source.
publicPrefix
string publicPrefix;

Full nick!user@host

realname
string realname;
Undocumented in source.
registered
bool registered;
servername
string servername;
Undocumented in source.
username
string username;
Undocumented in source.

Meta