gameServer/Consts.hs
author nemo
Tue, 25 Oct 2011 19:01:56 -0400
changeset 6206 75e0d8169ba2
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"