changeset 9787 | 0da6ba2f1f93 |
parent 9770 | 5706b637bae2 |
child 10039 | 58cf89284115 |
--- 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