aboutsummaryrefslogtreecommitdiff
path: root/modules/sslmodes.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-01-05 16:57:49 +0000
committerGravatar Sadie Powell2026-01-05 17:42:27 +0000
commit1e7e09656237379f53d8b7100561ce91246650a7 (patch)
treeb0d5b5b1c18bc83f7d1f83b904d4cb8aa56431a9 /modules/sslmodes.cpp
parentMerge branch 'insp4' into master. (diff)
Allow the use of extended bans in more scenarios.
Diffstat (limited to 'modules/sslmodes.cpp')
-rw-r--r--modules/sslmodes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sslmodes.cpp b/modules/sslmodes.cpp
index d1d299d11..7d91181f0 100644
--- a/modules/sslmodes.cpp
+++ b/modules/sslmodes.cpp
@@ -54,7 +54,7 @@ public:
{
}
- bool IsMatch(User* user, Channel* channel, const std::string& text, bool full) override
+ bool IsMatch(User* user, Channel* channel, const std::string& text, const ExtBan::MatchConfig& config) override
{
if (!sslapi)
return false;