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