app

Connects to a server and joins all specified channels. Logs all events that occur to stdout.

Members

Functions

connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
onDisconnect
void onDisconnect(string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
onLogin
void onLogin()
Undocumented in source. Be warned that the author may not have intended to support it.
onMessage
void onMessage(Message message)
Undocumented in source. Be warned that the author may not have intended to support it.
onUserJoin
void onUserJoin(User user, string channel)
Undocumented in source. Be warned that the author may not have intended to support it.
onUserKick
void onUserKick(User kicker, string kickee, string channel, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
onUserPart
void onUserPart(User user, string channel, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
onUserQuit
void onUserQuit(User user, string reason)
Undocumented in source. Be warned that the author may not have intended to support it.
onUserRename
void onUserRename(User user, string newNick)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bot
IRCClient bot;
Undocumented in source.
channels
string[] channels;
Undocumented in source.
host
string host;
Undocumented in source.
nickname
string nickname;
Undocumented in source.
password
string password;
Undocumented in source.
port
ushort port;
Undocumented in source.

Meta