netserver/HWProto.hs
author unc0rr
Wed, 30 Apr 2008 19:44:54 +0000
changeset 890 1d8c4a5ec622
child 891 701f86df9b4c
permissions -rw-r--r--
- Improve server core - Protocol in separate module

module HWProto where

import IO
import Miscutils

handleCmd :: ClientInfo -> [ClientInfo] -> [RoomInfo] -> String -> (Bool, Bool, [String])
handleCmd _ _ _ ('Q':'U':'I':'T':xs) = (True, False, [])