comparison nnchat.c @ 86:7577eb770892

v0.7.0
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 20 Apr 2009 22:06:55 +0300
parents 1534b2c08c74
children c2d916b340bf
comparison
equal deleted inserted replaced
85:1534b2c08c74 86:7577eb770892
605 int histPos = 0, histMax = 0; 605 int histPos = 0, histMax = 0;
606 606
607 memset(histBuf, 0, sizeof(histBuf)); 607 memset(histBuf, 0, sizeof(histBuf));
608 608
609 /* Initialize */ 609 /* Initialize */
610 th_init("NNChat", "Newbie Nudes chat client", "0.6.7", 610 th_init("NNChat", "Newbie Nudes chat client", "0.7.0",
611 "Written and designed by Anonymous Finnish Guy (C) 2008-2009", 611 "Written and designed by Anonymous Finnish Guy (C) 2008-2009",
612 "This software is freeware, use and distribute as you wish."); 612 "This software is freeware, use and distribute as you wish.");
613 th_verbosityLevel = 0; 613 th_verbosityLevel = 0;
614 614
615 /* Parse arguments */ 615 /* Parse arguments */