Bot.ClientEventHandler

Undocumented in source.

Constructors

this
this(Socket socket, string[] initialChannels)
Undocumented in source.

Members

Functions

handleConnect
void handleConnect()
Undocumented in source. Be warned that the author may not have intended to support it.
handleMessage
void handleMessage(IrcUser user, char[] target, char[] message)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

adminCache
IrcUser[string] adminCache;
Undocumented in source.
initialChannels
string[] initialChannels;
Undocumented in source.
tracker
BotTracker tracker;
Undocumented in source.

Meta