comparison nnchat.c @ 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 dcf78e2c458c
children 8a0f7446318e
comparison
equal deleted inserted replaced
253:993fd8eb4271 254:269135d58acd
44 #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */ 44 #define SET_KEEPALIVE (15*60) /* Ping/keepalive period in seconds */
45 45
46 46
47 /* Options 47 /* Options
48 */ 48 */
49 int optPort = 8003; 49 int optPort = 8005;
50 int optUserColor = 0x000000; 50 int optUserColor = 0x000000;
51 char *optServer = "chat.newbienudes.com", 51 char *optServer = "chat.newbienudes.com",
52 *optUserName = NULL, 52 *optUserName = NULL,
53 *optUserNameCmd = NULL, 53 *optUserNameCmd = NULL,
54 *optUserNameEnc = NULL, 54 *optUserNameEnc = NULL,