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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/windows.c b/src/windows.c
index b5378069..7804c984 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -352,6 +352,7 @@ void cons_help(void)
     cons_show("/notify <on/off>         : Enable/disable desktop notifications");
     cons_show("/flash <on/off>          : Enable/disable screen flash notification");
     cons_show("/showsplash <on/off>     : Enable/disable splash logo on startup");
+    cons_show("/chlog <on/off>          : Enable/disable chat logging");
     cons_show("");
     cons_show("Status changes (msg is optional):");
     cons_show("");
n98'>98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115