about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-04-12 02:14:37 +0100
committerJames Booth <boothj5@gmail.com>2015-04-12 02:14:37 +0100
commit57dc5f14efec19c9532c2ec9a8742e90e4c964d2 (patch)
treecc859ce0e8a88770d40659a7eeec0096a1aa3cd5 /src/ui/console.c
parenta8669bb2bd9ff5dd011fea1b92f733e00cb52570 (diff)
downloadprofani-tty-57dc5f14efec19c9532c2ec9a8742e90e4c964d2.tar.gz
Added option to show jids in occupants panel
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 328f59aa..8dfd473f 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -906,6 +906,11 @@ cons_occupants_setting(void)
     else
         cons_show("Occupants (/occupants)        : hide");
 
+    if (prefs_get_boolean(PREF_OCCUPANTS_JID))
+        cons_show("Occupant jids (/occupants)    : show");
+    else
+        cons_show("Occupant jids (/occupants)    : hide");
+
     int size = prefs_get_occupants_size();
     cons_show("Occupants size (/occupants)   : %d", size);
 }