home · contact · privacy
Add comment about last commit's feature.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:03 +0000 (14:46 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 11 Mar 2015 13:46:03 +0000 (14:46 +0100)
roguelike-server

index 741046a015e679447721f58b4d1ab924d4f48e9d..187835d1ce11bc04d47071fd298d5b4256635d12 100755 (executable)
@@ -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"]: