X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreuserinputhandler.h;h=75f9b8df667546a1eabc28d1d9efce49d0ef1f3f;hb=493043890c74e4679bb3fdaf512a0e1e52c426d3;hp=b13fd3940c6f7328d5adc3c1549e3a5452c975b3;hpb=96d275205b16280f8b938ab7f54d62c51fad358c;p=quassel.git diff --git a/src/core/coreuserinputhandler.h b/src/core/coreuserinputhandler.h index b13fd394..75f9b8df 100644 --- a/src/core/coreuserinputhandler.h +++ b/src/core/coreuserinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,7 +49,7 @@ public slots: * @param[in] skipFormatting If true, skip timestamp formatting codes (e.g. if already done) */ void handleAway(const BufferInfo &bufferInfo, const QString &text, - const bool skipFormatting = true); + const bool skipFormatting = false); void handleBan(const BufferInfo &bufferInfo, const QString &text); void handleUnban(const BufferInfo &bufferInfo, const QString &text); void handleCtcp(const BufferInfo &bufferInfo, const QString &text);