changeset 104:06e6ac51e3f2

Change default port to 8003.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 21 Oct 2010 18:54:43 +0300
parents eaa524e153f9
children a094a9b8cad9
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Fri Oct 15 00:34:25 2010 +0300
+++ b/nnchat.c	Thu Oct 21 18:54:43 2010 +0300
@@ -36,7 +36,7 @@
 
 /* Options
  */
-int     optPort = 8005;
+int     optPort = 8003;
 int     optUserColor = 0x006080;
 char    *optServer = "chat.newbienudes.com",
         *optUserName = NULL,