Resolved the merge conflict in STS capability handling by keeping the clearer warning message for missing values.

This commit is contained in:
2026-02-04 13:13:51 -07:00
parent 983ae5337b
commit 9aba312c8e

View File

@@ -1903,11 +1903,7 @@ 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;
}