From fedbbbf4abc300da02c599981b4b75aa307df9e1 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 22 Mar 2025 10:21:40 +0000 Subject: Fix a malformed log message in core_oper. --- src/coremods/core_oper/core_oper.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/coremods/core_oper/core_oper.cpp b/src/coremods/core_oper/core_oper.cpp index e524a2010..bfd5b3c03 100644 --- a/src/coremods/core_oper/core_oper.cpp +++ b/src/coremods/core_oper/core_oper.cpp @@ -139,7 +139,10 @@ public: if (hasoperclass.Get(luser)) { if (!luser->FindConnectClass(true)) - ServerInstance->Logs.Normal("CONNECTCLASS", "Unable to find a non-operator connect class for {} ({}); keeping their existing one."); + { + ServerInstance->Logs.Normal("CONNECTCLASS", "Unable to find a non-operator connect class for {} ({}); keeping their existing one.", + user->nick, user->GetRealUserHost()); + } hasoperclass.Unset(luser); } } -- cgit v1.3.1-10-gc9f91