comparison nnchat.c @ 115:300a6ea4aff3

v0.8.0
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Oct 2010 21:52:19 +0300
parents 256cca8cc086
children 741e45592522
comparison
equal deleted inserted replaced
114:256cca8cc086 115:300a6ea4aff3
746 int histPos = 0, histMax = 0; 746 int histPos = 0, histMax = 0;
747 747
748 memset(histBuf, 0, sizeof(histBuf)); 748 memset(histBuf, 0, sizeof(histBuf));
749 749
750 /* Initialize */ 750 /* Initialize */
751 th_init("NNChat", "Newbie Nudes chat client", "0.7.9", 751 th_init("NNChat", "Newbie Nudes chat client", "0.8.0",
752 "Written and designed by Anonymous Finnish Guy (C) 2008-2010", 752 "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
753 "This software is freeware, use and distribute as you wish."); 753 "This software is freeware, use and distribute as you wish.");
754 th_verbosityLevel = 0; 754 th_verbosityLevel = 0;
755 755
756 /* Parse arguments */ 756 /* Parse arguments */