comparison nnchat.c @ 190:df284de8b118

v0.8.3.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Nov 2010 19:34:43 +0200
parents b0d64dde62af
children 4007b9ac7cde
comparison
equal deleted inserted replaced
189:b0d64dde62af 190:df284de8b118
864 char *homeDir = NULL; 864 char *homeDir = NULL;
865 865
866 memset(histBuf, 0, sizeof(histBuf)); 866 memset(histBuf, 0, sizeof(histBuf));
867 867
868 /* Initialize */ 868 /* Initialize */
869 th_init("NNChat", "Newbie Nudes chat client", "0.8.2", 869 th_init("NNChat", "Newbie Nudes chat client", "0.8.3",
870 "Written and designed by Anonymous Finnish Guy (C) 2008-2010", 870 "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
871 "This software is freeware, use and distribute as you wish."); 871 "This software is freeware, use and distribute as you wish.");
872 th_verbosityLevel = 0; 872 th_verbosityLevel = 0;
873 873
874 /* Read config */ 874 /* Read config */