From: Christian Heller Date: Wed, 11 Mar 2015 13:46:03 +0000 (+0100) Subject: Add comment about last commit's feature. X-Git-Url: https://plomlompom.com/repos/?p=plomrogue;a=commitdiff_plain;h=701258936cd27bc93649c4074532d4b1d40542df Add comment about last commit's feature. --- diff --git a/roguelike-server b/roguelike-server index 741046a..187835d 100755 --- 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"]: