From a3e736de1d3b6423e88b58506c0bfbe89dec3bd3 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Wed, 16 Apr 2025 12:13:11 +0100 Subject: Add . --- modules/account.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/account.cpp') diff --git a/modules/account.cpp b/modules/account.cpp index 205a5e392..412859019 100644 --- a/modules/account.cpp +++ b/modules/account.cpp @@ -139,7 +139,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 auto* nicks = accountapi.GetAccountNicks(user); if (nicks) @@ -169,10 +169,10 @@ 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* account = accountapi.GetAccountName(user); - return !account && channel->CheckBan(user, text); + return !account && channel->CheckBan(user, text, full); } }; -- cgit v1.3.1-10-gc9f91