comparison nnchat.c @ 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
comparison
equal deleted inserted replaced
206:af32c038cf1e 207:e0c085426b91
33 33
34 34
35 /* Options 35 /* Options
36 */ 36 */
37 int optPort = 8003; 37 int optPort = 8003;
38 int optUserColor = 0x006080; 38 int optUserColor = 0x000000;
39 char *optServer = "chat.newbienudes.com", 39 char *optServer = "chat.newbienudes.com",
40 *optUserName = NULL, 40 *optUserName = NULL,
41 *optUserNameCmd = NULL, 41 *optUserNameCmd = NULL,
42 *optUserNameEnc = NULL, 42 *optUserNameEnc = NULL,
43 *optPassword = NULL, 43 *optPassword = NULL,