summaryrefslogtreecommitdiff
path: root/src/const
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-14 20:01:17 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-14 20:01:17 +0300
commit366ec0909c764257a19fcbcc17cfb3948c85e0a5 (patch)
treeeaf39a925aa7905abf1de2ca1ee68e7d7ef67d8e /src/const
parentc08c64a1fa6c7198817af294329230951f282c7c (diff)
downloadplus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.gz
plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.bz2
plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.tar.xz
plus-366ec0909c764257a19fcbcc17cfb3948c85e0a5.zip
Move chatconsts into const directory.
Diffstat (limited to 'src/const')
-rw-r--r--src/const/gui/chat.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/const/gui/chat.h b/src/const/gui/chat.h
new file mode 100644
index 000000000..dc3f101fe
--- /dev/null
+++ b/src/const/gui/chat.h
@@ -0,0 +1,32 @@
+/*
+ * The ManaPlus Client
+ * Copyright (C) 2009 The Mana World Development Team
+ * Copyright (C) 2009-2010 The Mana Developers
+ * Copyright (C) 2011-2015 The ManaPlus Developers
+ *
+ * This file is part of The ManaPlus Client.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef CONST_GUI_CHAT_H
+#define CONST_GUI_CHAT_H
+
+#include <string>
+
+const std::string GENERAL_CHANNEL = "";
+const std::string GM_CHANNEL = "#gm";
+const std::string TRADE_CHANNEL = "#trade";
+
+#endif // CONST_GUI_CHAT_H