home · contact · privacy
Fix buggy healthy_addch().
[plomrogue] / SERVER_COMMANDS
index e959f258c37ab04cac61e66dbd26058102b24640..41759aacc408f4643024d3c7bf61c81ee0d1993a 100644 (file)
@@ -52,10 +52,6 @@ game world is set active.
 Meta commands
 -------------
 
-PLUGIN [string]
-Run plugin code in ./plugins/[argument], with argument only consisting of
-alphanumeric characters and underscores.
-
 PING
 Write "PONG" line to ./server_run/out file.
 
@@ -95,6 +91,10 @@ inventory.
 God commands
 ------------
 
+PLUGIN [string]
+Run plugin code in ./plugins/[argument], with argument only consisting of
+alphanumeric characters and underscores.
+
 TURN [0 to 65535]
 Set world turn to argument. (Initial value: 0.)