diff -r bb68f721e666 -r dc06ef77a73a gameServer/Consts.hs --- 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)"