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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user