Changeset 90bbb0e for storage_xml.c
- Timestamp:
- 2006-06-26T16:50:47Z (17 years ago)
- Branches:
- master
- Children:
- b3c467b
- Parents:
- 471573f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
storage_xml.c
r471573f r90bbb0e 333 333 irc->status |= USTATUS_IDENTIFIED; 334 334 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 343 335 return STORAGE_OK; 344 336 }
Note: See TracChangeset
for help on using the changeset viewer.