diff options
| author | 2026-03-06 16:55:16 +0000 | |
|---|---|---|
| committer | 2026-03-06 16:55:16 +0000 | |
| commit | 10ed41b4cc188681999538a53db95199087189c6 (patch) | |
| tree | 0e7e7ed04490a37322770396133b6511608ea4c6 /src/modules/m_classban.cpp | |
| parent | Add the sharebans module. (diff) | |
Remove the inverted parameter from the extban validation method.
Diffstat (limited to 'src/modules/m_classban.cpp')
| -rw-r--r-- | src/modules/m_classban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |
