- attempt to keep irc connection and just join / leave the irc channel as required to speed up irc in the lobby

This commit is contained in:
Mark Vejvoda
2012-11-10 09:22:28 +00:00
parent 8a0390db35
commit 35f6a6665b
7 changed files with 84 additions and 12 deletions

View File

@@ -111,6 +111,10 @@ public:
Mutex * getMutexIRCCB() { return &mutexIRCCB; }
IRCCallbackInterface * getCallbackObj(bool lockObj=true);
void setCallbackObj(IRCCallbackInterface *cb);
void joinChannel();
void leaveChannel();
void connectToHost();
};
}}//end namespace