Changeset f6f5eee for protocols/nogaim.c


Ignore:
Timestamp:
2010-07-27T22:04:19Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
4255320
Parents:
82ca986
Message:

Source documentation update, including a short HACKING file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.c

    r82ca986 rf6f5eee  
    289289        if( ic->bee->ui->imc_connected )
    290290                ic->bee->ui->imc_connected( ic );
    291        
    292         /*
    293         for( c = irc->chatrooms; c; c = c->next )
    294         {
    295                 if( c->acc != ic->acc )
    296                         continue;
    297                
    298                 if( set_getbool( &c->set, "auto_join" ) )
    299                         chat_join( irc, c, NULL );
    300         }
    301         */
    302291}
    303292
Note: See TracChangeset for help on using the changeset viewer.