aboutsummaryrefslogtreecommitdiffstats
path: root/src/channels.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/channels.cpp')
-rw-r--r--src/channels.cpp2
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
{