comparison nnchat.c @ 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 8037a3a7e491
comparison
equal deleted inserted replaced
103:eaa524e153f9 104:06e6ac51e3f2
34 34
35 nn_userhash_t *nnUsers = NULL; 35 nn_userhash_t *nnUsers = NULL;
36 36
37 /* Options 37 /* Options
38 */ 38 */
39 int optPort = 8005; 39 int optPort = 8003;
40 int optUserColor = 0x006080; 40 int optUserColor = 0x006080;
41 char *optServer = "chat.newbienudes.com", 41 char *optServer = "chat.newbienudes.com",
42 *optUserName = NULL, 42 *optUserName = NULL,
43 *optUserName2 = NULL, 43 *optUserName2 = NULL,
44 *optPassword = NULL, 44 *optPassword = NULL,