diff -r f185e7367dd3 -r bf92592915c6 gameServer/CommandHelp.hs --- a/gameServer/CommandHelp.hs Thu Sep 29 16:30:02 2022 +0200 +++ b/gameServer/CommandHelp.hs Wed Oct 05 22:39:07 2022 +0300 @@ -33,6 +33,8 @@ loc "/me : Chat action, e.g. '/me eats pizza' becomes '* Player eats pizza'", loc "/rnd: Flip a virtual coin and reply with 'heads' or 'tails'", loc "/rnd [A] [B] [C] [...]: Reply with a random word from the given list", + loc "/msg | /msg <[nick with spaces]> : Send a direct message to the player", + loc "/allow_msg : Specify what kind of players are allowed to /msg you", #if defined(OFFICIAL_SERVER) loc "/watch : Watch a demo stored on the server with the given ID", #endif