Cleaned up the revision information for aesthetics.
This commit is contained in:
parent
6a172edb03
commit
3fe64c1f34
1 changed files with 3 additions and 2 deletions
|
|
@ -36,9 +36,10 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"]
|
||||||
HIDDEN_ATTRIBS = ["CHANLIST"]
|
HIDDEN_ATTRIBS = ["CHANLIST"]
|
||||||
|
|
||||||
# Server version number.
|
# Server version number.
|
||||||
EVENNIA_REVISION = '$Rev$'
|
REVISION = '$Rev$'
|
||||||
|
|
||||||
# Clip out the SVN keyword information
|
# Clip out the SVN keyword information
|
||||||
EVENNIA_VERSION = 'Alpha-' + EVENNIA_REVISION[6:-2]
|
EVENNIA_VERSION = 'Alpha ' + REVISION[6:-2]
|
||||||
|
|
||||||
# The message to show when the user lacks permissions for something.
|
# The message to show when the user lacks permissions for something.
|
||||||
NOPERMS_MSG = "You do not have the necessary permissions to do that."
|
NOPERMS_MSG = "You do not have the necessary permissions to do that."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue