changeset 207:e0c085426b91

Change default user color to black (#000000).
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 20 Nov 2010 21:15:06 +0200
parents af32c038cf1e
children 6c5d136b6e6a
files nnchat.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nnchat.c	Sat Nov 20 19:14:22 2010 +0200
+++ b/nnchat.c	Sat Nov 20 21:15:06 2010 +0200
@@ -35,7 +35,7 @@
 /* Options
  */
 int     optPort = 8003;
-int     optUserColor = 0x006080;
+int     optUserColor = 0x000000;
 char    *optServer = "chat.newbienudes.com",
         *optUserName = NULL,
         *optUserNameCmd = NULL,