Changeset 4d89886 for protocols


Ignore:
Timestamp:
2006-04-14T06:18:23Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5aa9551e
Parents:
c99af3a
Message:

Removed import_buddies message.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    rc99af3a r4d89886  
    360360           protocols. */
    361361        proto_away( gc, u->away );
    362        
    363         if( strcmp( gc->prpl->name, "ICQ" ) == 0 )
    364         {
    365                 for( u = gc->irc->users; u; u = u->next )
    366                         if( u->gc == gc )
    367                                 break;
    368                
    369                 if( u == NULL )
    370                         serv_got_crap( gc, "\x02""***\x02"" BitlBee now supports ICQ server-side contact lists. "
    371                                               "See \x02""help import_buddies\x02"" for more information." );
    372         }
    373362}
    374363
Note: See TracChangeset for help on using the changeset viewer.