aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cloak.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/cloak.cpp
parentFix regular users being told about server operator privileges. (diff)
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'modules/cloak.cpp')
-rw-r--r--modules/cloak.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cloak.cpp b/modules/cloak.cpp
index 2c3d560f8..8a0be3826 100644
--- a/modules/cloak.cpp
+++ b/modules/cloak.cpp
@@ -527,7 +527,7 @@ public:
if (methods)
{
ServerInstance->SNO.WriteGlobalSno('a', "The {} hash provider was unloaded; removing {} cloak methods until the next rehash.",
- service.name.substr(6), methods);
+ service.service_name.substr(6), methods);
}
}