mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Resolved the merge conflict in STS capability handling by keeping the clearer warning message for missing values.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user