From 86facc69291a5f992018b51bab8d65100ceaa395 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 14 Nov 2023 15:16:09 +0000 Subject: Fix a typo in the alias module. --- src/modules/m_alias.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/modules/m_alias.cpp') diff --git a/src/modules/m_alias.cpp b/src/modules/m_alias.cpp index 82dd1fe48..db339b78f 100644 --- a/src/modules/m_alias.cpp +++ b/src/modules/m_alias.cpp @@ -374,10 +374,9 @@ public: else if (!newline.compare(i, 6, "$ident", 6)) { // TODO: remove this in the next major release. - result.append(user->GetRealHost()); + result.append(user->GetRealUser()); i += 5; } - else result.push_back(c); } -- cgit v1.3.1-10-gc9f91