diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-01-14 18:33:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-01-14 18:33:59 +0300 |
commit | 0b861120e4496f64c8014c7f7b3d0a8938cc7d51 (patch) | |
tree | 095bc7b9b9d50fc56b1fd3b2b19696d17780578e /src/gui/chatconsts.h | |
parent | f86221f5fe1bc54b3e643169d510b01f991e5f04 (diff) | |
download | plus-0b861120e4496f64c8014c7f7b3d0a8938cc7d51.tar.gz plus-0b861120e4496f64c8014c7f7b3d0a8938cc7d51.tar.bz2 plus-0b861120e4496f64c8014c7f7b3d0a8938cc7d51.tar.xz plus-0b861120e4496f64c8014c7f7b3d0a8938cc7d51.zip |
Add support for #gm channel for gm tab.
In legacy servers it will use @wgm as before.
Diffstat (limited to 'src/gui/chatconsts.h')
-rw-r--r-- | src/gui/chatconsts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/chatconsts.h b/src/gui/chatconsts.h index daa7a3be8..8028962c6 100644 --- a/src/gui/chatconsts.h +++ b/src/gui/chatconsts.h @@ -26,6 +26,7 @@ #include <string> const std::string GENERAL_CHANNEL = ""; +const std::string GM_CHANNEL = "#gm"; const std::string TRADE_CHANNEL = "#trade"; #endif // GUI_CHATCONSTS_H |