aboutsummaryrefslogtreecommitdiffstats
path: root/modules/serverban.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/serverban.cpp
parentRefuse to hash passwords using insecure algorithms in MKPASSWD. (diff)
downloadinspircd++-a3e736de1d3b6423e88b58506c0bfbe89dec3bd3.tar.gz
inspircd++-a3e736de1d3b6423e88b58506c0bfbe89dec3bd3.tar.bz2
inspircd++-a3e736de1d3b6423e88b58506c0bfbe89dec3bd3.zip
Add <security:banrealmask>.
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 2fb25bd14..c5e4a2c27 100644
--- a/modules/serverban.cpp
+++ b/modules/serverban.cpp
@@ -33,7 +33,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
{
return InspIRCd::Match(user->server->GetPublicName(), text);
}