diff options
author | James Booth <boothj5@gmail.com> | 2016-05-31 23:26:30 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-31 23:26:30 +0100 |
commit | e758f74e48d447c622457e614f1f2f36b7ef7944 (patch) | |
tree | fc9cdb864b530e577c5a943cacb89acacc1b9480 | |
parent | 705e3dc7d8e2024d994b5390d26a78b8b21119d8 (diff) | |
download | profani-tty-e758f74e48d447c622457e614f1f2f36b7ef7944.tar.gz |
Update /notify help
-rw-r--r-- | src/command/cmd_defs.c | 3 |
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." }, |