From 1e7e09656237379f53d8b7100561ce91246650a7 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 5 Jan 2026 16:57:49 +0000 Subject: Allow the use of extended bans in more scenarios. --- modules/serverban.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/serverban.cpp') 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); } -- cgit v1.3.1-10-gc9f91