home · contact · privacy
Server: meta command STACK to list item stack below player in out file.
[plomrogue] / src / server / run.h
index 7436cb7429982054d42f60ba9dcbe2dd907f8df7..85c1339d8703b196922e1d94f4245c2bcb6d4ffc 100644 (file)
@@ -27,12 +27,11 @@ extern void record(char * msg, uint8_t force);
  */
 extern void obey_msg(char * msg, uint8_t do_record, uint8_t do_verbose);
 
-/* Loop for receiving commands via io_round() and acting on them. Exits with 1
+/* Loop for receiving commands via io_round(), and acting on them. Exits with 1
  * on "QUIT" command. In replay mode, exits with 0 on each non-"QUIT" command.
- * Writes a "PONG" line to server output file on "PING" command. In play mode,
- * processes further incomming commands via obey_msg(). Compares the first line
- * of the server out file with world.server_test to ensure that the current
- * server process has not been superseded by a new one.
+ * In play mode, processes incomming god and player commands via obey_msg().
+ * Compares the first line of the server out file with world.server_test to
+ * ensure that the current server process has not been superseded by a new one.
  */
 extern uint8_t io_loop();