feat: Autoping availability warning

This commit is contained in:
2026-01-27 20:56:28 +01:00
committed by jabber.developer2
parent 830479cf20
commit 0f7741fdfa
6 changed files with 45 additions and 8 deletions

View File

@@ -6374,6 +6374,8 @@ cmd_autoping(ProfWin* window, const char* const command, gchar** args)
cons_bad_cmd_usage(command);
}
} else if (g_strcmp0(cmd, "warning") == 0) {
_cmd_set_boolean_preference(value, "Autoping availability warning", PREF_AUTOPING_WARNING);
} else {
cons_bad_cmd_usage(command);
}