about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-05-05 00:16:10 +0100
committerJames Booth <boothj5@gmail.com>2013-05-05 00:16:10 +0100
commit8c5866ff52d38cecdf9e52f0d9f30c53bc1c3c03 (patch)
treee06b942e3f61ab8cd14c1389fc2304a827355b4a /src/ui
parentc1cf0b433eb13823509b3de2f3e910c3fc009af7 (diff)
downloadprofani-tty-8c5866ff52d38cecdf9e52f0d9f30c53bc1c3c03.tar.gz
Added groupchat logs
closes #168
Diffstat (limited to 'src/ui')
-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 c6b50e38..4e4f074e 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1000,6 +1000,11 @@ cons_show_log_prefs(void)
     else
         cons_show("Chat logging (/chlog)       : OFF");
 
+    if (prefs_get_boolean(PREF_GRLOG))
+        cons_show("Groupchat logging (/grlog)  : ON");
+    else
+        cons_show("Groupchat logging (/grlog)  : OFF");
+
     ui_console_dirty();
     _cons_alert();
 }