diff options
Diffstat (limited to 'modules/setident.cpp')
| -rw-r--r-- | modules/setident.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/setident.cpp b/modules/setident.cpp index 14784b314..df4f9c94f 100644 --- a/modules/setident.cpp +++ b/modules/setident.cpp @@ -89,7 +89,7 @@ public: if (!user->server->IsService()) { ServerInstance->SNO.WriteGlobalSno('a', "{} ({}) used {} to change the username of {} to \"{}\x0F\"", - user->GetRealMask(), user->GetAddress(), this->name, target->nick, newuser); + user->GetRealMask(), user->GetAddress(), this->service_name, target->nick, newuser); } return CmdResult::SUCCESS; } |
