Implemented page history, meaning you don't need to provide your victim's name/alias and the equal sign after the initial page. TODO: Allow paging multiple people at once, ala MUX.

This commit is contained in:
Greg Taylor 2007-04-30 18:39:41 +00:00
parent c4597f41a1
commit 4f67efb70a
2 changed files with 12 additions and 1 deletions

View file

@ -30,7 +30,7 @@ NOSAVE_FLAGS = ["CONNECTED"]
NOSET_FLAGS = ["CONNECTED"]
# These attribute names can't be modified by players.
NOSET_ATTRIBS = ["MONEY", "ALIAS"]
NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED"]
# Server version number.
EVENNIA_VERSION = 'Pre-Alpha'