changeset 593:00f476c65e1b

Remove port descriptions from configuration.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 29 Sep 2013 22:09:02 +0300
parents 27a6b7c2caad
children 463210f14158
files main.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sun Sep 29 22:08:49 2013 +0300
+++ b/main.c	Sun Sep 29 22:09:02 2013 +0300
@@ -1855,7 +1855,8 @@
     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 (8005 = main room, 8003 = passion pit)");
+
+    th_cfg_add_comment(&tmpcfg, "Default port to connect");
     th_cfg_add_int(&tmpcfg, "port", &optPort, optPort);
     th_cfg_add_section(&cfg, "server", tmpcfg);