diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-26 18:50:47 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-06-26 18:50:47 +0200 |
commit | 90bbb0efeae19bcc6a1096d8c89fbf3981c83503 (patch) | |
tree | 90f16e9026add66c194985c95cd5b460cb22907f /storage_xml.c | |
parent | 471573f916c0cab785707f8313f762ab6e792208 (diff) |
Moved the call to "account on" to the right place.
Diffstat (limited to 'storage_xml.c')
-rw-r--r-- | storage_xml.c | 8 |
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; } |