home · contact · privacy
Server: Transform PLUGIN command to God command, save its input.
[plomrogue] / server / config / commands.py
index 84ac8e298c32d79c381bd1278a4ba3f9e20f252a..96c31cc40d5dc2f4ba56d1e684567610f344492d 100644 (file)
@@ -20,7 +20,7 @@ be ignored in replay mode if read from server input file), and ([2]) a function
 to be called on it.
 """
 commands_db = {
-    "PLUGIN": (1, True, command_plugin),
+    "PLUGIN": (1, False, command_plugin),
     "QUIT": (0, True, command_quit),
     "PING": (0, True, command_ping),
     "THINGS_HERE": (2, True, command_thingshere),