Added settings to show message text in notifications
This commit is contained in:
@@ -1168,6 +1168,11 @@ _cons_notify_setting(void)
|
||||
else
|
||||
cons_show("Messages current (/notify message) : OFF");
|
||||
|
||||
if (prefs_get_boolean(PREF_NOTIFY_MESSAGE_TEXT))
|
||||
cons_show("Messages text (/notify message) : ON");
|
||||
else
|
||||
cons_show("Messages text (/notify message) : OFF");
|
||||
|
||||
char *room_setting = prefs_get_string(PREF_NOTIFY_ROOM);
|
||||
cons_show ("Room messages (/notify room) : %s", room_setting);
|
||||
|
||||
@@ -1176,6 +1181,11 @@ _cons_notify_setting(void)
|
||||
else
|
||||
cons_show("Room current (/notify room) : OFF");
|
||||
|
||||
if (prefs_get_boolean(PREF_NOTIFY_ROOM_TEXT))
|
||||
cons_show("Room text (/notify room) : ON");
|
||||
else
|
||||
cons_show("Room text (/notify room) : OFF");
|
||||
|
||||
if (prefs_get_boolean(PREF_NOTIFY_TYPING))
|
||||
cons_show("Composing (/notify typing) : ON");
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user