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

Fix the build error introduced in the previous commit.

TODO: learn to spell `git add` correctly.
This commit is contained in:
Sadie Powell
2025-01-10 14:42:16 +00:00
parent a603f39b4b
commit c680cb6c58
+1 -1
View File
@@ -573,7 +573,7 @@ public:
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.")
SendGlobops(Me, "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