mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 06:26:21 +00:00
fix /reconnect now
This fixes #1846
Issue introduced by a0aa26b6fa
Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user