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/clearchan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/clearchan.cpp') diff --git a/modules/clearchan.cpp b/modules/clearchan.cpp index eac317206..57fc39947 100644 --- a/modules/clearchan.cpp +++ b/modules/clearchan.cpp @@ -86,7 +86,7 @@ public: eparams.push_back(method); eparams.push_back(":"); eparams.back().append(reason); - ServerInstance->PI->BroadcastEncap(this->name, eparams, user, user); + ServerInstance->PI->BroadcastEncap(this->service_name, eparams, user, user); } // Attach to the appropriate hook so we're able to hide the QUIT/KICK messages -- cgit v1.3.1-10-gc9f91