diff options
| author | 2025-04-16 12:13:11 +0100 | |
|---|---|---|
| committer | 2025-04-16 12:13:11 +0100 | |
| commit | a3e736de1d3b6423e88b58506c0bfbe89dec3bd3 (patch) | |
| tree | 04ffa9b7f162c00c5ce4f5da11344ff02622660a /modules/operchans.cpp | |
| parent | Refuse to hash passwords using insecure algorithms in MKPASSWD. (diff) | |
Add <security:banrealmask>.
Diffstat (limited to 'modules/operchans.cpp')
| -rw-r--r-- | modules/operchans.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/operchans.cpp b/modules/operchans.cpp index f5c046d68..195770b7a 100644 --- a/modules/operchans.cpp +++ b/modules/operchans.cpp @@ -40,7 +40,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 { // If the user is not an oper they can't match this. if (!user->IsOper()) @@ -62,7 +62,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 { // If the user is not an oper they can't match this. if (!user->IsOper()) |
