about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-31 23:26:30 +0100
committerJames Booth <boothj5@gmail.com>2016-05-31 23:26:30 +0100
commite758f74e48d447c622457e614f1f2f36b7ef7944 (patch)
treefc9cdb864b530e577c5a943cacb89acacc1b9480 /src/command
parent705e3dc7d8e2024d994b5390d26a78b8b21119d8 (diff)
downloadprofani-tty-e758f74e48d447c622457e614f1f2f36b7ef7944.tar.gz
Update /notify help
Diffstat (limited to 'src/command')
-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 eafc6e5b..dacf1c91 100644
--- a/src/command/cmd_defs.c
+++ b/src/command/cmd_defs.c
@@ -1335,7 +1335,8 @@ static struct cmd_t command_defs[] =
             "/notify invite on|off",
             "/notify sub on|off")
         CMD_DESC(
-            "Settings for various kinds of desktop notifications.")
+            "Configure desktop notifications. "
+            "To configure presence update messages in the console, chat and chat room windows, see '/help presence'.")
         CMD_ARGS(
             { "chat on|off",                    "Notifications for regular chat messages." },
             { "chat current on|off",            "Whether to show regular chat message notifications when the window is focussed." },