about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-31 21:41:00 +0000
committerJames Booth <boothj5@gmail.com>2012-10-31 21:41:00 +0000
commit7982d7061b89e3bd3a6c8528f8d0491104998bc7 (patch)
tree123e53e671b2b7396dd00ea7cd752309ab527de3 /src/windows.c
parentbaced85767ab1882ca0e2da6580042ec3a9c7d06 (diff)
downloadprofani-tty-7982d7061b89e3bd3a6c8528f8d0491104998bc7.tar.gz
Added states preference to enable chat states
Diffstat (limited to 'src/windows.c')
-rw-r--r--src/windows.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c
index 0d4c0b7c..5f3fad1e 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -552,6 +552,11 @@ cons_prefs(void)
     else
         cons_show("Chat logging                 : OFF");
 
+    if (prefs_get_states())
+        cons_show("Send chat states             : ON");
+    else
+        cons_show("Send chat states             : OFF");
+
     if (prefs_get_history())
         cons_show("Chat history                 : ON");
     else