diff options
| author | 2023-06-04 12:24:49 +0100 | |
|---|---|---|
| committer | 2023-06-04 12:24:49 +0100 | |
| commit | 333e28b2e3a40f11a63a16b64a52cfa2b7c69134 (patch) | |
| tree | 4bd78aa877ca48b6256b148b0d164bfc182691b9 /src/modules/m_helpmode.cpp | |
| parent | Remove unnecessary prefix from bancache log messages. (diff) | |
| download | inspircd++-333e28b2e3a40f11a63a16b64a52cfa2b7c69134.tar.gz inspircd++-333e28b2e3a40f11a63a16b64a52cfa2b7c69134.tar.bz2 inspircd++-333e28b2e3a40f11a63a16b64a52cfa2b7c69134.zip | |
Fix exposing oper hosts in `/STATS P`.
Diffstat (limited to 'src/modules/m_helpmode.cpp')
| -rw-r--r-- | src/modules/m_helpmode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
