aboutsummaryrefslogtreecommitdiffstats
path: root/storage_text.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage_text.c')
-rw-r--r--storage_text.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/storage_text.c b/storage_text.c
index 506c9f03..06d278aa 100644
--- a/storage_text.c
+++ b/storage_text.c
@@ -116,12 +116,6 @@ static storage_status_t text_load ( const char *my_nick, const char* password, i
}
fclose( fp );
- if( set_getint( irc, "auto_connect" ) )
- {
- strcpy( s, "account on" ); /* Can't do this directly because r_c_s alters the string */
- root_command_string( irc, ru, s, 0 );
- }
-
return STORAGE_OK;
}