diff options
Diffstat (limited to 'modules/classban.cpp')
| -rw-r--r-- | modules/classban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/classban.cpp b/modules/classban.cpp index 636ceb9c8..04eaaf2ca 100644 --- a/modules/classban.cpp +++ b/modules/classban.cpp @@ -30,7 +30,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 { LocalUser* luser = IS_LOCAL(user); if (!luser) |
