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_text.c | |
parent | 471573f916c0cab785707f8313f762ab6e792208 (diff) |
Moved the call to "account on" to the right place.
Diffstat (limited to 'storage_text.c')
-rw-r--r-- | storage_text.c | 6 |
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; } |