about summary refs log tree commit diff stats
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/command.c b/command.c
index 117240f4..b3ce1e93 100644
--- a/command.c
+++ b/command.c
@@ -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 {