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