aboutsummaryrefslogtreecommitdiff
path: root/modules/serverban.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/serverban.cpp
parentMerge branch 'insp4' into master. (diff)
Allow the use of extended bans in more scenarios.
Diffstat (limited to 'modules/serverban.cpp')
-rw-r--r--modules/serverban.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/serverban.cpp b/modules/serverban.cpp
index c5e4a2c27..0ced94f59 100644
--- a/modules/serverban.cpp
+++ b/modules/serverban.cpp
@@ -33,7 +33,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
{
return InspIRCd::Match(user->server->GetPublicName(), text);
}