From 333e28b2e3a40f11a63a16b64a52cfa2b7c69134 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 4 Jun 2023 12:24:49 +0100 Subject: Fix exposing oper hosts in `/STATS P`. --- src/modules/m_helpmode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_helpmode.cpp') diff --git a/src/modules/m_helpmode.cpp b/src/modules/m_helpmode.cpp index 5ae234777..9d783629a 100644 --- a/src/modules/m_helpmode.cpp +++ b/src/modules/m_helpmode.cpp @@ -107,7 +107,7 @@ public: } stats.AddGenericRow(INSP_FORMAT("\x02{}\x02{} ({}){}", helper->nick, markhelpers ? " [helper]" : "", - helper->GetRealUserHost(), extra)); + helper->GetUserHost(), extra)); } // Allow the core to add normal opers. -- cgit v1.3.1-10-gc9f91