Merge pull request #1847 from profanity-im/minor-improvements

Minor improvements
This commit is contained in:
Michael Vetter
2023-05-11 08:43:37 +02:00
committed by GitHub
10 changed files with 46 additions and 27 deletions

View File

@@ -6575,7 +6575,8 @@ cmd_reconnect(ProfWin* window, const char* const command, gchar** args)
int intval = 0;
char* err_msg = NULL;
if (g_strcmp0(value, "now") == 0) {
session_reconnect_now();
cons_show("Reconnecting now.");
cl_ev_reconnect();
} else if (strtoi_range(value, &intval, 0, INT_MAX, &err_msg)) {
prefs_set_reconnect(intval);
if (intval == 0) {