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