gameServer/Consts.hs
changeset 13702 dc06ef77a73a
parent 13701 bb68f721e666
child 13730 5f62417a7d84
--- a/gameServer/Consts.hs	Sat Aug 25 21:36:15 2018 +0200
+++ b/gameServer/Consts.hs	Sat Aug 25 22:02:21 2018 +0200
@@ -53,3 +53,7 @@
 -- For /global command
 nickGlobal :: B.ByteString
 nickGlobal = "(global notice)"
+
+-- For greeting message added with /greeting command
+nickGreeting :: B.ByteString
+nickGreeting = "(greeting)"