aboutsummaryrefslogtreecommitdiffstats
path: root/storage_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage_xml.c')
-rw-r--r--storage_xml.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/storage_xml.c b/storage_xml.c
index 20f3c6a9..cc3498af 100644
--- a/storage_xml.c
+++ b/storage_xml.c
@@ -332,14 +332,6 @@ static storage_status_t xml_load_real( const char *my_nick, const char *password
irc->status |= USTATUS_IDENTIFIED;
- /* TODO: This really shouldn't be here, I think... */
- if( set_getint( irc, "auto_connect" ) )
- {
- /* Can't do this directly because r_c_s alters the string */
- strcpy( buf, "account on" );
- root_command_string( irc, NULL, buf, 0 );
- }
-
return STORAGE_OK;
}