Handling logins and outputting to console

This commit is contained in:
James Booth
2012-02-16 23:28:11 +00:00
parent b79e61fd80
commit 66ae3d2bf8
4 changed files with 17 additions and 7 deletions

View File

@@ -28,9 +28,6 @@ int handle_start_command(char *cmd)
status_bar_refresh();
char passwd[20];
inp_get_password(passwd);
status_bar_print_message(user);
status_bar_refresh();
jabber_connect(user, passwd);
result = START_MAIN;
} else {