From 06b938144b66684fc7c849e54c544dc8a8afa487 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jul 2023 10:42:36 +0100 Subject: Use `username` in the ident module too. Nowhere in RFC 1413 does it refer to this field as an ident. --- src/modules/m_ident.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 5ec33d0ba..217ac402b 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -337,7 +337,7 @@ public: return; } - user->WriteNotice("*** Looking up your ident..."); + user->WriteNotice("*** Looking up your username..."); try { @@ -389,13 +389,13 @@ public: { state.Set(user, IDENT_MISSING); PrefixUser(user); - user->WriteNotice("*** Could not find your ident, using " + user->GetRealUser() + " instead."); + user->WriteNotice("*** Could not find your username, using " + user->GetRealUser() + " instead."); } else { state.Set(user, IDENT_FOUND); user->ChangeRealUser(isock->result, user->GetDisplayedUser() == user->GetRealUser()); - user->WriteNotice("*** Found your ident (" + user->GetRealUser() + ")."); + user->WriteNotice("*** Found your username (" + user->GetRealUser() + ")"); } isock->Close(); -- cgit v1.3.1-10-gc9f91