aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gateway.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gateway.cpp')
-rw-r--r--modules/gateway.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gateway.cpp b/modules/gateway.cpp
index 899ae5711..d13c735d6 100644
--- a/modules/gateway.cpp
+++ b/modules/gateway.cpp
@@ -243,7 +243,7 @@ public:
{
}
- bool IsMatch(User* user, Channel* channel, const std::string& text, const ExtBan::MatchConfig& config) override
+ bool IsMatch(ListModeBase* lm, User* user, Channel* channel, const std::string& text, const ExtBan::MatchConfig& config) override
{
const std::string* gatewayname = gateway.Get(user);
return gatewayname ? InspIRCd::Match(*gatewayname, text) : false;