From 0b861120e4496f64c8014c7f7b3d0a8938cc7d51 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 14 Jan 2015 18:33:59 +0300 Subject: Add support for #gm channel for gm tab. In legacy servers it will use @wgm as before. --- src/gui/windows/chatwindow.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/gui/windows/chatwindow.cpp') diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp index 1f3b165c5..7c32a6298 100644 --- a/src/gui/windows/chatwindow.cpp +++ b/src/gui/windows/chatwindow.cpp @@ -61,6 +61,7 @@ #include "gui/widgets/tabs/chat/battletab.h" #include "gui/widgets/tabs/chat/channeltab.h" +#include "gui/widgets/tabs/chat/gmtab.h" #include "gui/widgets/tabs/chat/langtab.h" #include "gui/widgets/tabs/chat/tradetab.h" #include "gui/widgets/tabs/chat/whispertab.h" @@ -1207,6 +1208,12 @@ ChatTab *ChatWindow::addSpecialChannelTab(const std::string &name, } ret = tradeChatTab; } + else if (name == GM_CHANNEL) + { + if (!gmChatTab) + gmChatTab = new GmTab(chatWindow); + ret = gmChatTab; + } if (switchTo) mChatTabs->setSelectedTab(ret); -- cgit v1.2.3-60-g2f50