mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 09:29:25 +02:00
attempt to fix crash of irc client on exit
This commit is contained in:
@@ -58,6 +58,8 @@ protected:
|
||||
static const char *globalCacheContainerName;
|
||||
|
||||
std::vector<string> argv;
|
||||
|
||||
Mutex mutexIRCSession;
|
||||
irc_session_t *ircSession;
|
||||
|
||||
string execute_cmd_onconnect;
|
||||
@@ -79,6 +81,8 @@ protected:
|
||||
|
||||
bool wantToLeaveChannel;
|
||||
|
||||
int irc_run_session(irc_session_t * session);
|
||||
|
||||
public:
|
||||
|
||||
IRCThread(const std::vector<string> &argv,IRCCallbackInterface *callbackObj);
|
||||
|
Reference in New Issue
Block a user