]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_check.cpp
m_spanningtree Remove remains of the KeepNickTS workaround
[user/henk/code/inspircd.git] / src / modules / m_check.cpp
index 1fa7aa3e2cf06eb907345846aeaa58265c4c0f7b..ba20f9445ca039db32e6980f08a98f70e86eee52 100644 (file)
@@ -232,7 +232,7 @@ class CommandCheck : public Command
                                 */
                                user->SendText("%s member %-3lu %s%s (%s@%s) %s ",
                                        checkstr.c_str(), ServerInstance->Users->GlobalCloneCount(i->first),
-                                       targchan->GetAllPrefixChars(i->first), i->first->nick.c_str(),
+                                       i->second->GetAllPrefixChars(), i->first->nick.c_str(),
                                        i->first->ident.c_str(), i->first->dhost.c_str(), i->first->fullname.c_str());
                        }