comparison nnchat.c @ 56:7b9049defee3

v0.6.4
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Nov 2008 10:59:08 +0200
parents 5ec3b7d14715
children e93532b9dca1
comparison
equal deleted inserted replaced
55:5ec3b7d14715 56:7b9049defee3
1177 int histPos = 0, histMax = 0; 1177 int histPos = 0, histMax = 0;
1178 1178
1179 memset(histBuf, 0, sizeof(histBuf)); 1179 memset(histBuf, 0, sizeof(histBuf));
1180 1180
1181 /* Initialize */ 1181 /* Initialize */
1182 th_init("NNChat", "Newbie Nudes chat client", "0.6.3", 1182 th_init("NNChat", "Newbie Nudes chat client", "0.6.4",
1183 "Written and designed by Anonymous Finnish Guy (C) 2008", 1183 "Written and designed by Anonymous Finnish Guy (C) 2008",
1184 "This software is freeware, use and distribute as you wish."); 1184 "This software is freeware, use and distribute as you wish.");
1185 th_verbosityLevel = 0; 1185 th_verbosityLevel = 0;
1186 1186
1187 /* Parse arguments */ 1187 /* Parse arguments */