- connect
void connect()
Undocumented in source. Be warned that the author may not have intended to support it.
- createBody
Widget createBody()
- createMainMenu
MainMenu createMainMenu()
- createToolbars
ToolBarHost createToolbars()
- getOrCreateWindowFor
IRCWindow getOrCreateWindowFor(string party, bool activate)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleAction
bool handleAction(Action a)
override to handle specific actions
- handleActionStateRequest
bool handleActionStateRequest(Action a)
override to handle specific actions state (e.g. change enabled state for supported actions)
- initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
- onCanClose
bool onCanClose()
Undocumented in source. Be warned that the author may not have intended to support it.
- onIRCConnect
void onIRCConnect(IRCClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIRCDisconnect
void onIRCDisconnect(IRCClient client)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIRCMessage
void onIRCMessage(IRCClient client, IRCMessage message)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIRCNotice
void onIRCNotice(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIRCPing
void onIRCPing(IRCClient client, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- onIRCPrivmsg
void onIRCPrivmsg(IRCClient client, IRCAddress source, string target, string message)
Undocumented in source. Be warned that the author may not have intended to support it.
- showPreferences
void showPreferences()
Undocumented in source. Be warned that the author may not have intended to support it.