hehe fourtf

This commit is contained in:
Rasmus Karlsson
2017-12-17 00:01:42 +01:00
parent 3cfb00d61f
commit e060f87b3c
3 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
#include "ircmanager.hpp"
#include "messages/link.hpp"
#include "resources.hpp"
#include "util/irchelpers.hpp"
#include <ctime>
#include <list>
@@ -136,7 +137,7 @@ Message *Message::createTimeoutMessage(const QString &username, const QString &d
if (reason.length() > 0) {
text.append(": \"");
text.append(reason);
text.append(ParseTagString(reason));
text.append("\"");
}
text.append(".");