netserver/HWProto.hs
changeset 1462 d3323637da1f
parent 1461 87e5a6c3882c
child 1469 5218aa76939e
--- 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