# HG changeset patch # User Matti Hamalainen # Date 1288731142 -7200 # Node ID db5e7a1f1eb3365e618140f7bc4d6f51a5d761c2 # Parent a4d6707161a72896dfc572009a5805b2743117e8 Add comment in config file about format of user color setting. diff -r a4d6707161a7 -r db5e7a1f1eb3 nnchat.c --- 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");