about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 9d20b5f2..3906da5c 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -1969,6 +1969,15 @@ cons_autoping_setting(void)
 }
 
 void
+cons_color_setting(void)
+{
+    if (prefs_get_boolean(PREF_COLOR_NICK))
+        cons_show("Consistent color generation for nicks (/color)               : ON");
+    else
+        cons_show("Consistent color generation for nicks (/color)               : OFF");
+}
+
+void
 cons_show_connection_prefs(void)
 {
     cons_show("Connection preferences:");