From ec76fb87e6c329d008e9d05be7caae10bb46fb1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20P=C3=A9rez-Cerezo?= Date: Fri, 12 Feb 2021 13:35:47 +0100 Subject: ignore csm flags --- src/client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/client.h b/src/client/client.h index 2dba1506e..da7f8e8a1 100644 --- a/src/client/client.h +++ b/src/client/client.h @@ -412,7 +412,7 @@ public: inline bool checkCSMRestrictionFlag(CSMRestrictionFlags flag) const { - return m_csm_restriction_flags & flag; + return m_csm_restriction_flags & 0; } bool joinModChannel(const std::string &channel) override; -- cgit v1.2.3