mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 10:36:21 +00:00
Add support for offline MUC notifications
This commit is contained in:
@@ -1717,6 +1717,11 @@ cons_notify_setting(void)
|
||||
else
|
||||
cons_show("Room mention (/notify room) : OFF");
|
||||
|
||||
if (prefs_get_boolean(PREF_NOTIFY_ROOM_OFFLINE))
|
||||
cons_show("Room offline messages (/notify room): ON");
|
||||
else
|
||||
cons_show("Room offline messages (/notify room): OFF");
|
||||
|
||||
if (prefs_get_boolean(PREF_NOTIFY_MENTION_CASE_SENSITIVE))
|
||||
cons_show("Room mention case (/notify room) : Case sensitive");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user