diff options
| author | 2010-02-10 11:36:46 -0600 | |
|---|---|---|
| committer | 2010-08-03 17:32:35 -0400 | |
| commit | e252bc729edc301cd7bc5cedda51d6e357067758 (patch) | |
| tree | 60990cb028cff0e70c3859b74d3ef686bbf53e7c /src/modules | |
| parent | Show available named modes on /PROP * (diff) | |
Display mode Z in 004/005 line
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_namedmodes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_namedmodes.cpp b/src/modules/m_namedmodes.cpp index 15fdd8e1f..39cb05d11 100644 --- a/src/modules/m_namedmodes.cpp +++ b/src/modules/m_namedmodes.cpp @@ -26,7 +26,6 @@ static void DisplayList(User* user, Channel* channel) items << " +" << mh->name; if (mh->GetNumParams(true)) items << " " << channel->GetModeParameter(mh); - items << " " << item; } char pfx[MAXBUF]; snprintf(pfx, MAXBUF, ":%s 961 %s %s", ServerInstance->Config->ServerName.c_str(), user->nick.c_str(), channel->name.c_str()); |
