about summary refs log tree commit diff stats
path: root/src/windows.c
diff options
context:
space:
mode:
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