aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
authorGravatar Daniel De Graaf2010-02-25 20:08:30 -0600
committerGravatar Daniel De Graaf2010-08-03 17:32:37 -0400
commitf8cfca2ca607d01894c905a13d984951bfdfb368 (patch)
treeedd1c76eb2d6108c036868dba2c89420a4b5c063 /src/modules/m_check.cpp
parentDocumentation for <auditorium> tag (diff)
Omit opflags from permchannel database
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()));