gameServer/Consts.hs
author unc0rr
Sun, 10 Feb 2013 01:52:13 +0400
changeset 8486 9a65baafd7d7
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Send JOINING message in response to FOLLOW. Actual join may still fail due to room restrictions. Not tested.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"