Changeset 3edaed9 for protocols/nogaim.c


Ignore:
Timestamp:
2006-04-25T17:57:23Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
1be54a9
Parents:
85616c3 (diff), 79c6f9f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Misc. things (mainly code cleanup, better quoting for root commands)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r85616c3 r3edaed9  
    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
     
    387376        while( g_source_remove_by_user_data( (gpointer) a ) );
    388377        a->reconnect = 0;
    389 }
    390 
    391 void account_offline( struct gaim_connection *gc )
    392 {
    393         gc->wants_to_die = TRUE;
    394         signoff( gc );
    395378}
    396379
     
    959942       
    960943        return( 0 );
    961 }
    962 
    963 
    964 /* prefs.c */
    965 
    966 /* Necessary? */
    967 void build_block_list()
    968 {
    969         return;
    970 }
    971 
    972 void build_allow_list()
    973 {
    974         return;
    975944}
    976945
Note: See TracChangeset for help on using the changeset viewer.