aboutsummaryrefslogtreecommitdiffstats
path: root/storage_xml.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-06-26 18:50:47 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-06-26 18:50:47 +0200
commit90bbb0efeae19bcc6a1096d8c89fbf3981c83503 (patch)
tree90f16e9026add66c194985c95cd5b460cb22907f /storage_xml.c
parent471573f916c0cab785707f8313f762ab6e792208 (diff)
Moved the call to "account on" to the right place.
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;
}