Changeset 90bbb0e for storage_text.c


Ignore:
Timestamp:
2006-06-26T16:50:47Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
b3c467b
Parents:
471573f
Message:

Moved the call to "account on" to the right place.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • storage_text.c

    r471573f r90bbb0e  
    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         }
    124118       
    125119        return STORAGE_OK;
Note: See TracChangeset for help on using the changeset viewer.