- when changing playername, we reset the irc client connection when entering the internet lobby

This commit is contained in:
Mark Vejvoda
2012-11-19 21:56:21 +00:00
parent 3f82137c03
commit f7ebba0301
3 changed files with 18 additions and 0 deletions

View File

@@ -461,6 +461,7 @@ IRCThread::IRCThread(const std::vector<string> &argv, IRCCallbackInterface *call
hasJoinedChannel = false;
lastNickListUpdate = time(NULL);
wantToLeaveChannel = false;
playerName = "";
}
void IRCThread::signalQuit() {