IRCClientCallback

Undocumented in source.

Members

Functions

onIRCConnect
void onIRCConnect(IRCClient client)
Undocumented in source.
onIRCDisconnect
void onIRCDisconnect(IRCClient client)
Undocumented in source.
onIRCMessage
void onIRCMessage(IRCClient client, IRCMessage message)
Undocumented in source.
onIRCNotice
void onIRCNotice(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source.
onIRCPing
void onIRCPing(IRCClient client, string message)
Undocumented in source.
onIRCPrivmsg
void onIRCPrivmsg(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source.

Meta