diff options
| author | 2010-02-25 20:08:30 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:37 -0400 | |
| commit | f8cfca2ca607d01894c905a13d984951bfdfb368 (patch) | |
| tree | edd1c76eb2d6108c036868dba2c89420a4b5c063 /src/modules/m_check.cpp | |
| parent | Documentation for <auditorium> tag (diff) | |
Omit opflags from permchannel database
Diffstat (limited to 'src/modules/m_check.cpp')
| -rw-r--r-- | src/modules/m_check.cpp | 2 |
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())); |
