gameServer/CommandHelp.hs
changeset 15413 d9a12aba5c05
parent 13852 1738ae8c8e75
equal deleted inserted replaced
15412:895b02e78564 15413:d9a12aba5c05
    68 cmdHelpRoomOnlyAdmin = [
    68 cmdHelpRoomOnlyAdmin = [
    69     loc "/force <yes/no>: Force vote result for active vote",
    69     loc "/force <yes/no>: Force vote result for active vote",
    70     loc "/fix: Force this room to stay open when it is empty",
    70     loc "/fix: Force this room to stay open when it is empty",
    71     loc "/unfix: Undo the /fix command",
    71     loc "/unfix: Undo the /fix command",
    72     loc "/save <config ID> <config name>: Add current room configuration as votable choice for /callvote map",
    72     loc "/save <config ID> <config name>: Add current room configuration as votable choice for /callvote map",
    73     loc "/delete <config ID>: Delete a votable room configuration",
    73     loc "/delete <config ID>: Delete a votable room configuration"
       
    74 #if defined(OFFICIAL_SERVER)
       
    75     ,
    74     loc "/saveroom <file name>: Save all votable room configurations (and the greeting) of this room into a file",
    76     loc "/saveroom <file name>: Save all votable room configurations (and the greeting) of this room into a file",
    75     loc "/loadroom <file name>: Load votable room configurations (and greeting) from a file"
    77     loc "/loadroom <file name>: Load votable room configurations (and greeting) from a file"
       
    78 #endif
    76     ]
    79     ]
    77 
    80 
    78 cmdHelpHeaderLobby :: [B.ByteString]
    81 cmdHelpHeaderLobby :: [B.ByteString]
    79 cmdHelpHeaderLobby = [ loc "List of lobby chat commands:" ]
    82 cmdHelpHeaderLobby = [ loc "List of lobby chat commands:" ]
    80 
    83