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_classban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_classban.cpp') diff --git a/src/modules/m_classban.cpp b/src/modules/m_classban.cpp index 8d2bf6b5a..c58f1c779 100644 --- a/src/modules/m_classban.cpp +++ b/src/modules/m_classban.cpp @@ -45,7 +45,7 @@ public: } - 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