Added a diagnostic message when an STS capability token is missing its value, while keeping the ignore behavior intact.

This commit is contained in:
2026-02-04 12:57:07 -07:00
parent f58785c2e0
commit 983ae5337b

View File

@@ -1903,7 +1903,11 @@ inbound_cap_ls (server *serv, char *nick, char *extensions_str,
else
{
PrintTextf (serv->server_session,
<<<<<<< ours
_("Invalid STS capability token without value"));
=======
_("Invalid STS capability token without a value; ignoring."));
>>>>>>> theirs
}
continue;
}