mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 20:20: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
|
else
|
||||||
{
|
{
|
||||||
PrintTextf (serv->server_session,
|
PrintTextf (serv->server_session,
|
||||||
<<<<<<< ours
|
|
||||||
_("Invalid STS capability token without value"));
|
|
||||||
=======
|
|
||||||
_("Invalid STS capability token without a value; ignoring."));
|
_("Invalid STS capability token without a value; ignoring."));
|
||||||
>>>>>>> theirs
|
|
||||||
}
|
}
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user