Changeset 2b14eef for root_commands.c


Ignore:
Timestamp:
2006-06-20T22:14:46Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
00ab350
Parents:
9b46b64
Message:

Implemented handling of autoconnect attribute.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r9b46b64 r2b14eef  
    307307                       
    308308                                for( a = irc->accounts; a; a = a->next )
    309                                         if( !a->gc )
     309                                        if( !a->gc && a->auto_connect )
    310310                                                account_on( irc, a );
    311311                        }
Note: See TracChangeset for help on using the changeset viewer.