From e7c635dd0226723413a314c11c38b8dbf074ce5a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 12 Dec 2022 08:25:39 +0000 Subject: Fix the docs of markident and markhost being reversed in m_dnsbl. --- src/modules/m_dnsbl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_dnsbl.cpp') diff --git a/src/modules/m_dnsbl.cpp b/src/modules/m_dnsbl.cpp index e7bb029b4..5365bd43a 100644 --- a/src/modules/m_dnsbl.cpp +++ b/src/modules/m_dnsbl.cpp @@ -76,10 +76,10 @@ public: // The domain name of this DNSBL. std::string domain; - // If action is set to mark then a new username (ident) to set on users who's IP address is in this DNSBL. + // If action is set to mark then a new hostname to set on users who's IP address is in this DNSBL. std::string markhost; - // If action is set to mark then a new hostname to set on users who's IP address is in this DNSBL. + // If action is set to mark then a new username (ident) to set on users who's IP address is in this DNSBL. std::string markident; // The human readable name of this DNSBL. -- cgit v1.3.1-10-gc9f91