comparison nnchat.c @ 41:fe3140cec818

v0.6.1
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 26 Oct 2008 02:51:58 +0300
parents 3e2548c3eb51
children 40ba8cdcf03a
comparison
equal deleted inserted replaced
40:3e2548c3eb51 41:fe3140cec818
1 /* NNChat - Custom chat client for NewbieNudes.com chatrooms 1 /*
2 * NNChat - Custom chat client for NewbieNudes.com chatrooms
2 * Written by Matti 'ccr' Hämäläinen 3 * Written by Matti 'ccr' Hämäläinen
3 * (C) Copyright 2008 Tecnic Software productions (TNSP) 4 * (C) Copyright 2008 Tecnic Software productions (TNSP)
4 */ 5 */
5 #include <sys/socket.h> 6 #include <sys/socket.h>
6 #include <sys/types.h> 7 #include <sys/types.h>
992 int histPos = 0, histMax = 0; 993 int histPos = 0, histMax = 0;
993 994
994 memset(histBuf, 0, sizeof(histBuf)); 995 memset(histBuf, 0, sizeof(histBuf));
995 996
996 /* Initialize */ 997 /* Initialize */
997 th_init("NNChat", "Newbie Nudes chat client", "0.6", 998 th_init("NNChat", "Newbie Nudes chat client", "0.6.1",
998 "Written and designed by Anonymous Finnish Guy (C) 2008", 999 "Written and designed by Anonymous Finnish Guy (C) 2008",
999 "This software is freeware, use and distribute as you wish."); 1000 "This software is freeware, use and distribute as you wish.");
1000 th_verbosityLevel = 0; 1001 th_verbosityLevel = 0;
1001 1002
1002 /* Parse arguments */ 1003 /* Parse arguments */