aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_check.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-07-27 19:12:29 +0100
committerGravatar Sadie Powell2019-07-27 19:12:29 +0100
commitada6646b6546e936f5f9d91f63f9f9fc6f651ef5 (patch)
tree817e2f69b601d4bbf0ef720a69240050c915560d /src/modules/m_check.cpp
parentRemove code relating to v3 API changes and v2 module compatibility. (diff)
parentImprove the "max connections exceeded" oper snotice. (diff)
downloadinspircd++-ada6646b6546e936f5f9d91f63f9f9fc6f651ef5.tar.gz
inspircd++-ada6646b6546e936f5f9d91f63f9f9fc6f651ef5.tar.bz2
inspircd++-ada6646b6546e936f5f9d91f63f9f9fc6f651ef5.zip
Merge branch 'insp3' into master.
Diffstat (limited to 'src/modules/m_check.cpp')
-rw-r--r--src/modules/m_check.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp
index 76b411006..f8bbbff45 100644
--- a/src/modules/m_check.cpp
+++ b/src/modules/m_check.cpp
@@ -261,8 +261,8 @@ class CommandCheck : public Command
for (Channel::MemberMap::const_iterator i = ulist.begin(); i != ulist.end(); ++i)
{
/*
- * Unlike Asuka, I define a clone as coming from the same host. --w00t
- */
+ * Unlike Asuka, I define a clone as coming from the same host. --w00t
+ */
const UserManager::CloneCounts& clonecount = ServerInstance->Users.GetCloneCounts(i->first);
context.Write("member", InspIRCd::Format("%u %s%s (%s)", clonecount.global,
i->second->GetAllPrefixChars().c_str(), i->first->GetFullHost().c_str(),