# HG changeset patch # User Wuzzy # Date 1535750000 -7200 # Node ID 69a913e064e3866826d67303dd81fe2065c1abdd # Parent 247d1bcf3c5e343467da8d63285aa71d47a667f9 Add command help for /save, /delete, /saveroom and /loadroom diff -r 247d1bcf3c5e -r 69a913e064e3 gameServer/CommandHelp.hs --- a/gameServer/CommandHelp.hs Fri Aug 31 21:34:33 2018 +0200 +++ b/gameServer/CommandHelp.hs Fri Aug 31 23:13:20 2018 +0200 @@ -54,9 +54,7 @@ cmdHelpSharedAdmin = [ loc "/global : Send global chat message which can be seen by everyone on the server", loc "/registered_only: Toggle 'registered only' state. If enabled, only registered players can join server", - loc "/super_power: Activate your super power. With it you can enter any room and are protected from kicking. Expires when you leave server", - -- TODO: Add help for /save - loc "/save " + loc "/super_power: Activate your super power. With it you can enter any room and are protected from kicking. Expires when you leave server" -- TODO: Add /restart_server? This command seems broken at the moment ] @@ -70,10 +68,10 @@ loc "/force : Force vote result for active vote", loc "/fix: Force this room to stay open when it is empty", loc "/unfix: Undo the /fix command", - loc "/saveroom : Save room configuration into a file", - loc "/loadroom : Load room configuration from a file", - -- TODO: Add help for /delete - loc "/delete " + loc "/save : Add current room configuration as votable choice for /callvote map", + loc "/delete : Delete a votable room configuration", + loc "/saveroom : Save all votable room configurations (and the greeting) of this room into a file", + loc "/loadroom : Load votable room configurations (and greeting) from a file" ] cmdHelpHeaderLobby :: [B.ByteString]