From cf3ce6cc23401f13869f5134227e50459f2b809d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Mon, 2 Mar 2026 12:40:52 +0000 Subject: Rename ServiceProvider methods to avoid shadowing issues. --- modules/sethost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/sethost.cpp') 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; } -- cgit v1.3.1-10-gc9f91