changeset 321:384d508d1df3

Update configuration file comment about room ports.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 11 Jun 2011 07:39:23 +0300
parents 42ddc8bda6a9
children b9c15c57dc8f
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);