gameServer/CommandHelp.hs
changeset 15905 bf92592915c6
parent 15429 d9a12aba5c05
equal deleted inserted replaced
15904:f185e7367dd3 15905:bf92592915c6
    31 cmdHelpSharedPlayer = [
    31 cmdHelpSharedPlayer = [
    32     loc "/info <player>: Show info about player",
    32     loc "/info <player>: Show info about player",
    33     loc "/me <message>: Chat action, e.g. '/me eats pizza' becomes '* Player eats pizza'",
    33     loc "/me <message>: Chat action, e.g. '/me eats pizza' becomes '* Player eats pizza'",
    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     loc "/msg <nick_without_spaces> <message> | /msg <[nick with spaces]> <message>: Send a direct message to the player",
       
    37     loc "/allow_msg <all|registered|none>: Specify what kind of players are allowed to /msg you",
    36 #if defined(OFFICIAL_SERVER)
    38 #if defined(OFFICIAL_SERVER)
    37     loc "/watch <id>: Watch a demo stored on the server with the given ID",
    39     loc "/watch <id>: Watch a demo stored on the server with the given ID",
    38 #endif
    40 #endif
    39     loc "/quit: Quit the server",
    41     loc "/quit: Quit the server",
    40     loc "/help: Show chat command help"
    42     loc "/help: Show chat command help"