gameServer/Consts.hs
author sheepluva
Fri, 28 Oct 2011 13:10:46 +0200
changeset 6222 96d10dcd6d84
parent 4973 53411a26df7e
child 6737 ce5fbd98370f
permissions -rw-r--r--
+ make names in notice messages and leave messages clickable too + experimental: allow adding/removing users to friends/ignore list even after their loggout

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "0"