diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-14 08:18:23 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-04-14 08:18:23 +0200 |
commit | 4d8988640fd540caced98ab21296f16d3b940881 (patch) | |
tree | 90b904f373be1fabff886f3527ca64175fcebb35 /protocols/nogaim.c | |
parent | c99af3a10749850864e230b660060f6a0719925a (diff) |
Removed import_buddies message.
Diffstat (limited to 'protocols/nogaim.c')
-rw-r--r-- | protocols/nogaim.c | 11 |
1 files changed, 0 insertions, 11 deletions
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 ) |