gameServer/CommandHelp.hs
changeset 13852 1738ae8c8e75
parent 13732 69a913e064e3
child 15413 d9a12aba5c05
equal deleted inserted replaced
13851:d8e606cf8ff5 13852:1738ae8c8e75
    34     loc "/rnd: Flip a virtual coin and reply with 'heads' or 'tails'",
    34     loc "/rnd: Flip a virtual coin and reply with 'heads' or 'tails'",
    35     loc "/rnd [A] [B] [C] [...]: Reply with a random word from the given list",
    35     loc "/rnd [A] [B] [C] [...]: Reply with a random word from the given list",
    36 #if defined(OFFICIAL_SERVER)
    36 #if defined(OFFICIAL_SERVER)
    37     loc "/watch <id>: Watch a demo stored on the server with the given ID",
    37     loc "/watch <id>: Watch a demo stored on the server with the given ID",
    38 #endif
    38 #endif
       
    39     loc "/quit: Quit the server",
    39     loc "/help: Show chat command help"
    40     loc "/help: Show chat command help"
    40     ]
    41     ]
    41 
    42 
    42 cmdHelpRoomOnlyPlayer :: [B.ByteString]
    43 cmdHelpRoomOnlyPlayer :: [B.ByteString]
    43 cmdHelpRoomOnlyPlayer = [
    44 cmdHelpRoomOnlyPlayer = [