Changeset d5ccd83 for root_commands.c


Ignore:
Timestamp:
2006-08-13T19:15:23Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
08cdb93
Parents:
846cec61
Message:

Extra comments in set.h and now properly using set_getbool() instead of
set_getint().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • root_commands.c

    r846cec61 rd5ccd83  
    144144                irc_usermsg( irc, "Password accepted, settings and accounts loaded" );
    145145                irc_umode_set( irc, "+R", 1 );
    146                 if( set_getint( &irc->set, "auto_connect" ) )
     146                if( set_getbool( &irc->set, "auto_connect" ) )
    147147                        cmd_account( irc, account_on );
    148148                break;
Note: See TracChangeset for help on using the changeset viewer.