mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user