changeset 150:db5e7a1f1eb3

Add comment in config file about format of user color setting.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Nov 2010 22:52:22 +0200
parents a4d6707161a7
children 303db1141147
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Tue Nov 02 22:52:05 2010 +0200
+++ b/nnchat.c	Tue Nov 02 22:52:22 2010 +0200
@@ -837,6 +837,7 @@
     th_cfg_add_comment(&tmpcfg, "General settings");
     th_cfg_add_string(&tmpcfg, "username", &optUserName, NULL);
     th_cfg_add_string(&tmpcfg, "password", &optPassword, NULL);
+    th_cfg_add_comment(&tmpcfg, "Default color as a hex-triplet");
     th_cfg_add_hexvalue(&tmpcfg, "color", &optUserColor, optUserColor);
     
     th_cfg_add_comment(&tmpcfg, "Default setting of ignore mode");