From e4efd41a99e1237b61336555af0398ef5f634a4d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 30 Sep 2022 20:21:59 +0100 Subject: Use a global typedef for representing a character set. --- src/modules/m_dnsbl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_dnsbl.cpp') diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index d100daebb..bedfaec0a 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -86,7 +86,7 @@ public: std::string name; // A range of DNSBL result types to match against. - std::bitset records; + CharState records; // The message to send to users who's IP address is in a DNSBL. std::string reason; -- cgit v1.3.1-10-gc9f91