Changeset 90bbb0e for storage_xml.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_xml.c

    r471573f r90bbb0e  
    333333        irc->status |= USTATUS_IDENTIFIED;
    334334       
    335         /* TODO: This really shouldn't be here, I think... */
    336         if( set_getint( irc, "auto_connect" ) )
    337         {
    338                 /* Can't do this directly because r_c_s alters the string */
    339                 strcpy( buf, "account on" );
    340                 root_command_string( irc, NULL, buf, 0 );
    341         }
    342        
    343335        return STORAGE_OK;
    344336}
Note: See TracChangeset for help on using the changeset viewer.