aboutsummaryrefslogtreecommitdiff
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 a71f60560..f36a9a11d 100644
--- a/modules/gateway.cpp
+++ b/modules/gateway.cpp
@@ -234,7 +234,7 @@ public:
{
}
- bool IsMatch(User* user, Channel* channel, const std::string& text) override
+ bool IsMatch(User* user, Channel* channel, const std::string& text, bool full) override
{
const std::string* gatewayname = gateway.Get(user);
return gatewayname ? InspIRCd::Match(*gatewayname, text) : false;