From 7d90d218c0858ce278c8223fe72c455e3f950732 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 24 May 2014 15:54:10 +0100 Subject: Split regular and chat room notify settings --- src/ui/console.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ui/console.c') diff --git a/src/ui/console.c b/src/ui/console.c index e29b4eb7..ea106ec8 100644 --- a/src/ui/console.c +++ b/src/ui/console.c @@ -1163,6 +1163,11 @@ _cons_notify_setting(void) else cons_show("Messages (/notify message) : OFF"); + if (prefs_get_boolean(PREF_NOTIFY_ROOM)) + cons_show("Messages (/notify room) : ON"); + else + cons_show("Messages (/notify room) : OFF"); + if (prefs_get_boolean(PREF_NOTIFY_TYPING)) cons_show("Composing (/notify typing) : ON"); else -- cgit 1.4.1-2-gfad0