1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 01:43:12 +02:00

Warn users of the old InspIRCd protocol that support is deprecated.

We will drop this later in the year when that branch goes EOL.
This commit is contained in:
Sadie Powell
2025-01-10 13:59:49 +00:00
parent 78b548628c
commit a603f39b4b
+3
View File
@@ -571,6 +571,9 @@ public:
void SendEOB() override
{
Uplink::Send("ENDBURST");
if (spanningtree_proto_ver < 1206)
SendGlobops(nullptr, "Support for InspIRCd v3 is deprecated and will be removed in a future release. Please consider upgrading to InspIRCd v4.")
}
void SendGlobops(const MessageSource &source, const Anope::string &buf) override