aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
authorGravatar Attila Molnar2014-02-14 12:16:31 +0100
committerGravatar Attila Molnar2014-02-14 12:16:31 +0100
commit8bdc2313a66bc200e7067e01159367f48571fef9 (patch)
tree0a0743fa2ab776987772f5b7f1f5cfd401a0b1b5 /src/modules/m_check.cpp
parentMove GetPrefixChar() from Channel to Membership (diff)
downloadinspircd++-8bdc2313a66bc200e7067e01159367f48571fef9.tar.gz
inspircd++-8bdc2313a66bc200e7067e01159367f48571fef9.tar.bz2
inspircd++-8bdc2313a66bc200e7067e01159367f48571fef9.zip
Move GetAllPrefixChars() from Channel to Membership
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 1fa7aa3e2..ba20f9445 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -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());
}