From c680cb6c5832592e6337493403fcdb1a5e002e9a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 10 Jan 2025 14:42:16 +0000 Subject: [PATCH] Fix the build error introduced in the previous commit. TODO: learn to spell `git add` correctly. --- modules/protocol/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/protocol/inspircd.cpp b/modules/protocol/inspircd.cpp index bfee6c58b..a1a7075a9 100644 --- a/modules/protocol/inspircd.cpp +++ b/modules/protocol/inspircd.cpp @@ -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