comparison nnchat.c @ 61:b802a799c31a

v0.6.5.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Nov 2008 21:33:41 +0200
parents d57a8acf92bf
children ff5d74f0d428
comparison
equal deleted inserted replaced
60:fc8b5265a3d2 61:b802a799c31a
1049 int histPos = 0, histMax = 0; 1049 int histPos = 0, histMax = 0;
1050 1050
1051 memset(histBuf, 0, sizeof(histBuf)); 1051 memset(histBuf, 0, sizeof(histBuf));
1052 1052
1053 /* Initialize */ 1053 /* Initialize */
1054 th_init("NNChat", "Newbie Nudes chat client", "0.6.4", 1054 th_init("NNChat", "Newbie Nudes chat client", "0.6.5",
1055 "Written and designed by Anonymous Finnish Guy (C) 2008", 1055 "Written and designed by Anonymous Finnish Guy (C) 2008",
1056 "This software is freeware, use and distribute as you wish."); 1056 "This software is freeware, use and distribute as you wish.");
1057 th_verbosityLevel = 0; 1057 th_verbosityLevel = 0;
1058 1058
1059 /* Parse arguments */ 1059 /* Parse arguments */