mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- fix for irc bug when leaving internet lobby too soon
This commit is contained in:
@@ -74,6 +74,8 @@ protected:
|
||||
Mutex mutexIRCCB;
|
||||
IRCCallbackInterface *callbackObj;
|
||||
|
||||
bool wantToLeaveChannel;
|
||||
|
||||
public:
|
||||
|
||||
IRCThread(const std::vector<string> &argv,IRCCallbackInterface *callbackObj);
|
||||
@@ -81,6 +83,8 @@ public:
|
||||
virtual void signalQuit();
|
||||
virtual bool shutdownAndWait();
|
||||
|
||||
bool getWantToLeaveChannel() const { return wantToLeaveChannel; }
|
||||
|
||||
void SendIRCCmdMessage(string target, string msg);
|
||||
std::vector<string> getNickList();
|
||||
bool isConnected();
|
||||
|
Reference in New Issue
Block a user