gameServer/CommandHelp.hs
changeset 15905 bf92592915c6
parent 15429 d9a12aba5c05
--- 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 <message>: 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 <nick_without_spaces> <message> | /msg <[nick with spaces]> <message>: Send a direct message to the player",
+    loc "/allow_msg <all|registered|none>: Specify what kind of players are allowed to /msg you",
 #if defined(OFFICIAL_SERVER)
     loc "/watch <id>: Watch a demo stored on the server with the given ID",
 #endif