diff options
| author | 2020-07-20 12:16:48 +0100 | |
|---|---|---|
| committer | 2020-07-20 12:16:48 +0100 | |
| commit | 4e3d97546a5884b38a48303075a91c7485a6fae5 (patch) | |
| tree | cff0d17e3243ed600e6a6b3c72a1041202262f6d /src/modules/m_botmode.cpp | |
| parent | Pascalize ExtensionItem::{get,set,unset}_raw. (diff) | |
Pascalize Cap::set and rename Cap::get to IsEnabled.
Diffstat (limited to 'src/modules/m_botmode.cpp')
| -rw-r--r-- | src/modules/m_botmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_botmode.cpp b/src/modules/m_botmode.cpp index 85ab3cdd8..6a766db4a 100644 --- a/src/modules/m_botmode.cpp +++ b/src/modules/m_botmode.cpp @@ -58,7 +58,7 @@ class BotTag : public ClientProtocol::MessageTagProvider bool ShouldSendTag(LocalUser* user, const ClientProtocol::MessageTagData& tagdata) override { - return ctctagcap.get(user); + return ctctagcap.IsEnabled(user); } }; |
