about summary refs log tree commit diff stats
path: root/src/command/cmd_defs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_defs.c')
-rw-r--r--src/command/cmd_defs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c
index 04adb92d..787de7cd 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1141,7 +1141,7 @@ static struct cmd_t command_defs[] = {
                   CMD_TAG_GROUPCHAT)
                   CMD_SYN(
                       "/console chat all|first|none",
-                      "/console muc all|first|none",
+                      "/console muc all|first|mention|none",
                       "/console private all|first|none")
                       CMD_DESC(
                           "Configure what is displayed in the console window when messages are received. "
@@ -1152,6 +1152,7 @@ static struct cmd_t command_defs[] = {
                               { "chat none", "Do not show any new chat messages in the console window." },
                               { "muc all", "Indicate all new chat room messages in the console." },
                               { "muc first", "Indicate only the first new message in each room in the console." },
+                              { "muc mention", "Indicate only messages in which you have beeen mentioned in the console." },
                               { "muc none", "Do not show any new chat room messages in the console window." },
                               { "private all", "Indicate all new private room messages in the console." },
                               { "private first", "Indicate only the first private room message in the console." },