diff options
| author | 2026-03-06 16:57:33 +0000 | |
|---|---|---|
| committer | 2026-03-06 16:57:33 +0000 | |
| commit | d65f1f9e6d4751f71f21902a19c312e55f964bcf (patch) | |
| tree | 6fbbccd2c5b2fcd2099b74a8e81a4cd98c36f089 /modules/sslmodes.cpp | |
| parent | Add validation to silence extbans. (diff) | |
| parent | Fix a copy/paste error in the serverban module docs. (diff) | |
Merge branch 'insp4' into master.
Diffstat (limited to 'modules/sslmodes.cpp')
| -rw-r--r-- | modules/sslmodes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sslmodes.cpp b/modules/sslmodes.cpp index c254b4687..ea2339fd2 100644 --- a/modules/sslmodes.cpp +++ b/modules/sslmodes.cpp @@ -69,7 +69,7 @@ public: return false; } - 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->IsOper()) { |
