aboutsummaryrefslogtreecommitdiffstats
path: root/modules/customprefix.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/customprefix.cpp
parentFix regular users being told about server operator privileges. (diff)
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'modules/customprefix.cpp')
-rw-r--r--modules/customprefix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/customprefix.cpp b/modules/customprefix.cpp
index 7483488da..ea6bb2a58 100644
--- a/modules/customprefix.cpp
+++ b/modules/customprefix.cpp
@@ -39,7 +39,7 @@ public:
this->Update(rank, setrank, unsetrank, depriv);
ServerInstance->Logs.Debug(MODNAME, "Created the {} prefix: letter={} prefix={} rank={} ranktoset={} ranktounset={} depriv={}",
- name, GetModeChar(), GetPrefix(), GetPrefixRank(), GetLevelRequired(true), GetLevelRequired(false),
+ this->service_name, GetModeChar(), GetPrefix(), GetPrefixRank(), GetLevelRequired(true), GetLevelRequired(false),
CanSelfRemove() ? "yes" : "no");
}
};