diff options
| author | 2026-03-02 12:40:52 +0000 | |
|---|---|---|
| committer | 2026-03-02 12:40:52 +0000 | |
| commit | cf3ce6cc23401f13869f5134227e50459f2b809d (patch) | |
| tree | 88261dde94d90539b85fe4b430cbbce599be6748 /modules/setident.cpp | |
| parent | Fix regular users being told about server operator privileges. (diff) | |
Rename ServiceProvider methods to avoid shadowing issues.
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; } |
