Keep lobby open in the background during internet games. Show the lobby after the game finished. Re-open the game. Start and stop irc thread together with the client thread.
This commit is contained in:
@@ -49,10 +49,6 @@ void gameLobbyDialogImpl::exec()
|
||||
{
|
||||
hideShowGameDescription(FALSE);
|
||||
|
||||
assert(mySession);
|
||||
mySession->terminateIrcClient();
|
||||
mySession->startIrcClient();
|
||||
|
||||
if(myConfig->readConfigInt("UseIRCLobbyChat")) {
|
||||
groupBox_lobbyChat->show();
|
||||
}
|
||||
@@ -61,7 +57,6 @@ void gameLobbyDialogImpl::exec()
|
||||
}
|
||||
|
||||
QDialog::exec();
|
||||
mySession->terminateIrcClient();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user