changeset 254:269135d58acd

Change default port to 8005 (new main room).
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Apr 2011 16:30:58 +0300
parents 993fd8eb4271
children 00b0eb4ac656
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Sun Apr 24 23:35:07 2011 +0300
+++ b/nnchat.c	Thu Apr 28 16:30:58 2011 +0300
@@ -46,7 +46,7 @@
 
 /* Options
  */
-int     optPort = 8003;
+int     optPort = 8005;
 int     optUserColor = 0x000000;
 char    *optServer = "chat.newbienudes.com",
         *optUserName = NULL,