X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresession.cpp;h=43b2234d87ac6c3a404d51ab0643c2d0cedb9eb0;hp=5c377c85cbe0a2bf8130e6202e8ecc55eb12eb56;hb=dcd6c362d77ab4cb5ea73b7e54ce944a68aa3f06;hpb=c9c0a48239303d241b76b96ea36c505f0b5bb945 diff --git a/src/core/coresession.cpp b/src/core/coresession.cpp index 5c377c85..43b2234d 100644 --- a/src/core/coresession.cpp +++ b/src/core/coresession.cpp @@ -662,7 +662,7 @@ void CoreSession::clientsDisconnected() if (identity->detachAwayEnabled() && !me->isAway()) { if (!identity->detachAwayReason().isEmpty()) - awayReason = identity->detachAwayReason(); + awayReason = formatCurrentDateTimeInString(identity->detachAwayReason()); net->setAutoAwayActive(true); net->userInputHandler()->handleAway(BufferInfo(), awayReason); }