diff -r e33ee5ef5d9d -r 0da6ba2f1f93 gameServer/HWProtoCore.hs --- a/gameServer/HWProtoCore.hs Fri Dec 13 00:00:49 2013 +0400 +++ b/gameServer/HWProtoCore.hs Fri Dec 13 00:16:02 2013 +0400 @@ -53,6 +53,7 @@ h "WATCH" f = return [QueryReplay f] h "FIX" _ = handleCmd ["FIX"] h "UNFIX" _ = handleCmd ["UNFIX"] + h "GREETING" msg = handleCmd ["GREETING", msg] h c p = return [Warning $ B.concat ["Unknown cmd: /", c, p]] handleCmd cmd = do