diff options
| author | 2026-03-02 12:40:52 +0000 | |
|---|---|---|
| committer | 2026-03-02 12:40:52 +0000 | |
| commit | cf3ce6cc23401f13869f5134227e50459f2b809d (patch) | |
| tree | 88261dde94d90539b85fe4b430cbbce599be6748 /modules/exemptchanops.cpp | |
| parent | Fix regular users being told about server operator privileges. (diff) | |
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'modules/exemptchanops.cpp')
| -rw-r--r-- | modules/exemptchanops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
