diff -r da7b4d8c181e -r 7588daa8d28f gameServer/HWProtoCore.hs --- a/gameServer/HWProtoCore.hs Sun Sep 22 18:34:53 2013 +0300 +++ b/gameServer/HWProtoCore.hs Wed Sep 25 05:42:16 2013 +0300 @@ -50,6 +50,7 @@ rnc <- liftM snd ask let chans = map (sendChan . client rnc) $ allClients rnc return [AnswerClients chans ["CHAT", "[global notice]", p] | isAdministrator cl] + h "WATCH" f = return [QueryReplay f] h c p = return [Warning $ B.concat ["Unknown cmd: /", c, p]] handleCmd cmd = do