Build the monolithic client (-DWANT_MONO=ON) by default again, as it's usable now
[quassel.git] / src / core / coresession.cpp
index acb9aa2..bb4b3dd 100644 (file)
@@ -560,6 +560,7 @@ void CoreSession::clientsDisconnected() {
        awayReason = identity->detachAwayReason();
       else
        awayReason = identity->awayReason();
+      network->setAutoAwayActive(true);
       con->userInputHandler()->handleAway(BufferInfo(), awayReason);
     }
   }