diff options
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 |