summaryrefslogtreecommitdiff
path: root/src/notifymanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/notifymanager.cpp')
-rw-r--r--src/notifymanager.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/notifymanager.cpp b/src/notifymanager.cpp
index dcbd18c8f..86fe58491 100644
--- a/src/notifymanager.cpp
+++ b/src/notifymanager.cpp
@@ -105,6 +105,12 @@ namespace NotifyManager
const NotificationInfo &info = notifications[message];
switch (info.flags)
{
+ case STRING:
+ {
+ localChatTab->chatLog(strprintf(gettext(info.text),
+ str.c_str()), BY_SERVER);
+ break;
+ }
case GUILD_STRING:
{
ChatTab *const tab = getGuildTab();