From 4d8988640fd540caced98ab21296f16d3b940881 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 14 Apr 2006 08:18:23 +0200 Subject: Removed import_buddies message. --- protocols/nogaim.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'protocols') diff --git a/protocols/nogaim.c b/protocols/nogaim.c index 73d1da92..51d08e5a 100644 --- a/protocols/nogaim.c +++ b/protocols/nogaim.c @@ -359,17 +359,6 @@ void account_online( struct gaim_connection *gc ) /* Also necessary when we're not away, at least for some of the protocols. */ proto_away( gc, u->away ); - - if( strcmp( gc->prpl->name, "ICQ" ) == 0 ) - { - for( u = gc->irc->users; u; u = u->next ) - if( u->gc == gc ) - break; - - if( u == NULL ) - serv_got_crap( gc, "\x02""***\x02"" BitlBee now supports ICQ server-side contact lists. " - "See \x02""help import_buddies\x02"" for more information." ); - } } gboolean auto_reconnect( gpointer data ) -- cgit v1.2.3