Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    r90bbb0e r79e826a  
    116116        }
    117117        fclose( fp );
     118       
     119        if( set_getint( irc, "auto_connect" ) )
     120        {
     121                strcpy( s, "account on" );      /* Can't do this directly because r_c_s alters the string */
     122                root_command_string( irc, ru, s, 0 );
     123        }
    118124       
    119125        return STORAGE_OK;
Note: See TracChangeset for help on using the changeset viewer.