netserver/HWProto.hs
changeset 890 1d8c4a5ec622
child 891 701f86df9b4c
equal deleted inserted replaced
889:3bf9dc791f45 890:1d8c4a5ec622
       
     1 module HWProto where
       
     2 
       
     3 import IO
       
     4 import Miscutils
       
     5 
       
     6 handleCmd :: ClientInfo -> [ClientInfo] -> [RoomInfo] -> String -> (Bool, Bool, [String])
       
     7 handleCmd _ _ _ ('Q':'U':'I':'T':xs) = (True, False, [])