diff -r 87e5a6c3882c -r d3323637da1f netserver/HWProto.hs --- a/netserver/HWProto.hs Sun Nov 02 20:41:02 2008 +0000 +++ b/netserver/HWProto.hs Sun Nov 02 20:48:10 2008 +0000 @@ -82,6 +82,9 @@ handleCmd _ _ _ ["PING"] = -- core requsted (noChangeClients, noChangeRooms, answerPing) +handleCmd _ _ _ ["PONG"] = + (noChangeClients, noChangeRooms, []) + -- check state and call state-dependent commmand handlers handleCmd client clients rooms cmd = if null (nick client) || protocol client == 0 then