From 8e14946aada9708c2c20c6e512ee7b0cf5767689 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 24 May 2014 16:59:45 +0100 Subject: Ignore case for chat room mention notification --- src/command/command.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/command/command.c') diff --git a/src/command/command.c b/src/command/command.c index 78818c6d..e264f0a1 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -487,12 +487,12 @@ static struct cmd_t command_defs[] = "sub : Notifications for subscription requests.", " : on|off", "", - "Example : /notify message on (enable message notifications)", - "Example : /notify message on (enable chat room notifications)", - "Example : /notify remind 10 (remind every 10 seconds)", - "Example : /notify remind 0 (switch off reminders)", - "Example : /notify typing on (enable typing notifications)", - "Example : /notify invite on (enable chat room invite notifications)", + "Example : /notify message on (enable message notifications)", + "Example : /notify room mention (enable chat room notifications only on mention)", + "Example : /notify remind 10 (remind every 10 seconds)", + "Example : /notify remind 0 (switch off reminders)", + "Example : /notify typing on (enable typing notifications)", + "Example : /notify invite on (enable chat room invite notifications)", NULL } } }, { "/flash", -- cgit 1.4.1-2-gfad0 class='active' href='/akkartik/mu/tree/cpp/.traces/scheduler_runs_single_routine?h=hlt&id=518e6c5e571077ecc29d28f620f7312cf18bd5d0'>tree commit diff stats
path: root/cpp/.traces/scheduler_runs_single_routine
blob: 8f5d71020497e21280a0ed553126bc5f784824a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21