mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 20:56:21 +00:00
Renamed input_bar -> status_bar
This commit is contained in:
@@ -24,11 +24,11 @@ int handle_start_command(char *cmd)
|
||||
char *user;
|
||||
user = strndup(cmd+9, strlen(cmd)-9);
|
||||
|
||||
inp_bar_get_password();
|
||||
status_bar_get_password();
|
||||
char passwd[20];
|
||||
inp_get_password(passwd);
|
||||
|
||||
inp_bar_print_message(user);
|
||||
status_bar_print_message(user);
|
||||
jabber_connect(user, passwd);
|
||||
result = START_MAIN;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user