comparison nnchat.c @ 184:3db9fa4c44de

v0.8.2
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Nov 2010 20:03:27 +0200
parents 209546c5b7d0
children 73bdf1ede348
comparison
equal deleted inserted replaced
183:209546c5b7d0 184:3db9fa4c44de
822 char *homeDir = NULL; 822 char *homeDir = NULL;
823 823
824 memset(histBuf, 0, sizeof(histBuf)); 824 memset(histBuf, 0, sizeof(histBuf));
825 825
826 /* Initialize */ 826 /* Initialize */
827 th_init("NNChat", "Newbie Nudes chat client", "0.8.1", 827 th_init("NNChat", "Newbie Nudes chat client", "0.8.2",
828 "Written and designed by Anonymous Finnish Guy (C) 2008-2010", 828 "Written and designed by Anonymous Finnish Guy (C) 2008-2010",
829 "This software is freeware, use and distribute as you wish."); 829 "This software is freeware, use and distribute as you wish.");
830 th_verbosityLevel = 0; 830 th_verbosityLevel = 0;
831 831
832 /* Read config */ 832 /* Read config */