From 10ed41b4cc188681999538a53db95199087189c6 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 6 Mar 2026 16:55:16 +0000 Subject: Remove the inverted parameter from the extban validation method. --- src/modules/m_serverban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_serverban.cpp') diff --git a/src/modules/m_serverban.cpp b/src/modules/m_serverban.cpp index 95c970c88..76edb9192 100644 --- a/src/modules/m_serverban.cpp +++ b/src/modules/m_serverban.cpp @@ -41,7 +41,7 @@ public: return InspIRCd::Match(operonly ? server->GetName() : server->GetPublicName(), text); } - bool Validate(ListModeBase* lm, LocalUser* user, Channel* channel, std::string& text, bool inverted) override + bool Validate(ListModeBase* lm, LocalUser* user, Channel* channel, std::string& text) override { if (operonly && !user->HasPrivPermission("users/auspex")) { -- cgit v1.3.1-10-gc9f91