We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f85e20 commit 4ea5ff7Copy full SHA for 4ea5ff7
src/coremods/core_oper/core_oper.cpp
@@ -139,7 +139,10 @@ class CoreModOper final
139
if (hasoperclass.Get(luser))
140
{
141
if (!luser->FindConnectClass(true))
142
- ServerInstance->Logs.Normal("CONNECTCLASS", "Unable to find a non-operator connect class for {} ({}); keeping their existing one.");
+ {
143
+ ServerInstance->Logs.Normal("CONNECTCLASS", "Unable to find a non-operator connect class for {} ({}); keeping their existing one.",
144
+ user->nick, user->GetRealUserHost());
145
+ }
146
hasoperclass.Unset(luser);
147
}
148
0 commit comments