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/exemptchanops.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/exemptchanops.cpp') diff --git a/modules/exemptchanops.cpp b/modules/exemptchanops.cpp index ca8dae999..241a5551a 100644 --- a/modules/exemptchanops.cpp +++ b/modules/exemptchanops.cpp @@ -82,7 +82,7 @@ public: return MOD_RES_PASSTHRU; source->WriteNumeric(ERR_CHANOPRIVSNEEDED, channel->name, FMT::format("You must be able to {} mode {} ({}) to {} a restriction containing it", - change.adding ? "set" : "unset", pm->GetModeChar(), pm->name, change.adding ? "add" : "remove")); + change.adding ? "set" : "unset", pm->GetModeChar(), pm->service_name, change.adding ? "add" : "remove")); return MOD_RES_DENY; } -- cgit v1.3.1-10-gc9f91