From 219938e68ecbefec3d59deb6b85f9e17f6341b57 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 12 Apr 2003 20:39:30 +0000 Subject: Annoying startup box goes away --- vchat-ui.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vchat-ui.c b/vchat-ui.c index 9127211..1fde124 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -1170,7 +1170,7 @@ initui (void) #else rl_callback_handler_install ("", (rl_vcpfunc_t *) linecomplete); #endif - +/* writeout( ">> Ctrl-X <<"); if (errstr[0] != '\0') { @@ -1184,7 +1184,7 @@ initui (void) writeout (vchat_us_version); writeout (vchat_cm_version); showout( ); - +*/ if( getintoption( CF_KEEPLOG ) ) { unsigned char *logfile = getstroption( CF_LOGFILE ); if( logfile && *logfile ) { -- cgit v1.2.3