Client

Undocumented in source.

Members

Functions

autoJoinChannel
void autoJoinChannel(string chan)
Undocumented in source. Be warned that the author may not have intended to support it.
onAway
void onAway(User user, string message, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onBack
void onBack(User user, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnect
void onConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
onJoin
void onJoin(User user, Channel channel, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onKick
void onKick(User user, Channel channel, User initiator, string message, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onLogin
void onLogin(User user, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onLogout
void onLogout(User user, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onMessage
void onMessage(User user, Target target, Message msg, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onMode
void onMode(User user, Target target, ModeChange mode, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onNick
void onNick(User user, User newname, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onPart
void onPart(User user, Channel channel, string message, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onQuit
void onQuit(User user, string message, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onTopic
void onTopic(User user, Channel channel, string topic, MessageMetadata metadata)
Undocumented in source. Be warned that the author may not have intended to support it.
onWhois
void onWhois(User user, WhoisResponse whoisResponse)
Undocumented in source. Be warned that the author may not have intended to support it.
writeLine
void writeLine(string line)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

channelsToJoin
string[] channelsToJoin;
Undocumented in source.
currentChannel
string currentChannel;
Undocumented in source.

Meta