From 4e3d97546a5884b38a48303075a91c7485a6fae5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 20 Jul 2020 12:16:48 +0100 Subject: Pascalize Cap::set and rename Cap::get to IsEnabled. --- src/modules/m_botmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_botmode.cpp') 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); } }; -- cgit v1.3.1-10-gc9f91