comparison nnchat.c @ 92:638f88374e3e

v0.7.1
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 07 May 2009 01:35:34 +0300
parents acfc4b4bc180
children 7c9538e71c89
comparison
equal deleted inserted replaced
91:acfc4b4bc180 92:638f88374e3e
573 int histPos = 0, histMax = 0; 573 int histPos = 0, histMax = 0;
574 574
575 memset(histBuf, 0, sizeof(histBuf)); 575 memset(histBuf, 0, sizeof(histBuf));
576 576
577 /* Initialize */ 577 /* Initialize */
578 th_init("NNChat", "Newbie Nudes chat client", "0.7.0", 578 th_init("NNChat", "Newbie Nudes chat client", "0.7.1",
579 "Written and designed by Anonymous Finnish Guy (C) 2008-2009", 579 "Written and designed by Anonymous Finnish Guy (C) 2008-2009",
580 "This software is freeware, use and distribute as you wish."); 580 "This software is freeware, use and distribute as you wish.");
581 th_verbosityLevel = 0; 581 th_verbosityLevel = 0;
582 582
583 /* Parse arguments */ 583 /* Parse arguments */