Move debug warning from setup to load
[mudpy.git] / doc / source / admin.rst
index 3ece3f7..b5cd800 100644 (file)
@@ -95,7 +95,7 @@ a command handler with limited Python :code:`__builtins__`, the
 and also blocks evaluation of any statement containing double-underscores
 (:code:`__`) as well as :code:`lambda` functions. For admins to gain access
 to unsafe debugging commands, the ``.mudpy.limit.debug`` option must be
-enabled in configuration first and the service completely restarted. It
+enabled in configuration first and the service reloaded or restarted. It
 should still be considered unsafe, since the engine's file handling
 functions could easily alter accessible files or expressions like
 ``9**9**9`` could be used to hang the service for indeterminate periods.