aboutsummaryrefslogtreecommitdiffstats
path: root/modules/clearchan.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-03-02 12:40:52 +0000
committerGravatar Sadie Powell2026-03-02 12:40:52 +0000
commitcf3ce6cc23401f13869f5134227e50459f2b809d (patch)
tree88261dde94d90539b85fe4b430cbbce599be6748 /modules/clearchan.cpp
parentFix regular users being told about server operator privileges. (diff)
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'modules/clearchan.cpp')
-rw-r--r--modules/clearchan.cpp2
1 files changed, 1 insertions, 1 deletions
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