home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed564b0
)
Add comment about last commit's feature.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:03 +0000
(14:46 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:03 +0000
(14:46 +0100)
roguelike-server
patch
|
blob
|
history
diff --git
a/roguelike-server
b/roguelike-server
index 741046a015e679447721f58b4d1ab924d4f48e9d..187835d1ce11bc04d47071fd298d5b4256635d12 100755
(executable)
--- a/
roguelike-server
+++ b/
roguelike-server
@@
-110,7
+110,8
@@
def obey(command, prefix, replay=False, do_record=False):
is called (and io_db["record_chunk"] written) if 15 seconds have passed
since the last time it was called. The prefix string is inserted into the
server's input message between its beginning 'input ' and ':'. All activity
- is preceded by a server_test() call.
+ is preceded by a server_test() call. Commands that start with a lowercase
+ letter are ignored when world_db["WORLD_ACTIVE"] is False/0.
"""
server_test()
if io_db["verbose"]: