aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r--src/modules/m_check.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp
index 3f47dc756..5bfabb1cf 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -162,7 +162,7 @@ class CommandCheck : public Command
irc::modestacker cmodes;
targchan->ChanModes(cmodes, MODELIST_FULL);
while (!cmodes.empty())
- user->SendText(checkstr + " modes " + cmodes.popModeLine());
+ user->SendText(checkstr + " modes " + cmodes.popModeLine(FORMAT_USER));
user->SendText(checkstr + " membercount " + ConvToStr(targchan->GetUserCounter()));