gameServer/FloodDetection.hs
author unc0rr
Thu, 30 Jan 2014 00:18:32 +0400
changeset 10090 a471a7bbc339
child 10093 ada172d33988
permissions -rw-r--r--
- Start work on flood detector - More agressive joins flood protection - Also fix some warnings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10090
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     1
module FloodDetection where
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     2
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     3
import CoreTypes
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     4
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     5
registerEvent :: Event -> a
a471a7bbc339 - Start work on flood detector
unc0rr
parents:
diff changeset
     6
registerEvent e = undefined