gameServer/Consts.hs
author sheepluva
Thu, 23 Jan 2014 14:18:06 +0100
changeset 10062 8ef80bd0402f
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
turned out this blocked CJK characters too. stick to ASCII control char ban only, do NOT include UTF-8 control chars

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"