# HG changeset patch # User Matti Hamalainen # Date 1307767163 -10800 # Node ID 384d508d1df357163a5dcf7fdde84f64651c6d75 # Parent 42ddc8bda6a975091ef4e6b1ec3720d4b670736c Update configuration file comment about room ports. diff -r 42ddc8bda6a9 -r 384d508d1df3 nnchat.c --- a/nnchat.c Sat Jun 11 06:42:06 2011 +0300 +++ b/nnchat.c Sat Jun 11 07:39:23 2011 +0300 @@ -1279,7 +1279,7 @@ tmpcfg = NULL; th_cfg_add_comment(&tmpcfg, "Chat server hostname or IP address"); th_cfg_add_string(&tmpcfg, "host", &optServer, optServer); - th_cfg_add_comment(&tmpcfg, "Default port to connect to (8002 = public room, 8003 = passion pit, 8005 = members only)"); + th_cfg_add_comment(&tmpcfg, "Default port to connect to (8005 = main room, 8003 = passion pit)"); th_cfg_add_int(&tmpcfg, "port", &optPort, optPort); th_cfg_add_section(&cfg, "server", tmpcfg);