aboutsummaryrefslogtreecommitdiffstats
path: root/modules/gateway.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-16 12:13:11 +0100
committerGravatar Sadie Powell2025-04-16 12:13:11 +0100
commita3e736de1d3b6423e88b58506c0bfbe89dec3bd3 (patch)
tree04ffa9b7f162c00c5ce4f5da11344ff02622660a /modules/gateway.cpp
parentRefuse to hash passwords using insecure algorithms in MKPASSWD. (diff)
Add <security:banrealmask>.
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;