diff options
| author | 2026-03-02 12:40:52 +0000 | |
|---|---|---|
| committer | 2026-03-02 12:40:52 +0000 | |
| commit | cf3ce6cc23401f13869f5134227e50459f2b809d (patch) | |
| tree | 88261dde94d90539b85fe4b430cbbce599be6748 /src/channels.cpp | |
| parent | Fix regular users being told about server operator privileges. (diff) | |
Rename ServiceProvider methods to avoid shadowing issues.
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index 1a71e68fb..83a6f8211 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -382,7 +382,7 @@ const char* Channel::ChanModes(bool showsecret) if (pm->IsParameterSecret() && !showsecret) { - sparam += " <" + pm->name + ">"; + sparam += " <" + pm->service_name + ">"; } else { |
