mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Fixed merge
This commit is contained in:
parent
305d2e5c85
commit
17883b5ef8
@ -76,11 +76,11 @@ prof_run(const int disable_tls, char *log_level, char *account_name)
|
|||||||
if (account_name != NULL) {
|
if (account_name != NULL) {
|
||||||
char *cmd = "/connect";
|
char *cmd = "/connect";
|
||||||
snprintf(inp, sizeof(inp), "%s %s", cmd, account_name);
|
snprintf(inp, sizeof(inp), "%s %s", cmd, account_name);
|
||||||
_process_input(inp);
|
prof_process_input(inp);
|
||||||
} else if (prefs_get_string(PREF_CONNECT_ACCOUNT) != NULL) {
|
} else if (prefs_get_string(PREF_CONNECT_ACCOUNT) != NULL) {
|
||||||
char *cmd = "/connect";
|
char *cmd = "/connect";
|
||||||
snprintf(inp, sizeof(inp), "%s %s", cmd, prefs_get_string(PREF_CONNECT_ACCOUNT));
|
snprintf(inp, sizeof(inp), "%s %s", cmd, prefs_get_string(PREF_CONNECT_ACCOUNT));
|
||||||
_process_input(inp);
|
prof_process_input(inp);
|
||||||
}
|
}
|
||||||
|
|
||||||
while(cmd_result == TRUE) {
|
while(cmd_result == TRUE) {
|
||||||
|
Loading…
Reference in New Issue
Block a user