From 4f1d3a7192ea1b081b47f2ca1899aa25061b270d Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 8 Aug 2006 15:51:30 +0000 Subject: FindMatchingLocal/FindMatchingGlobal -> userrec::LocalCloneCount(), userrec::GlobalCloneCount() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4794 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_check.cpp') diff --git a/src/modules/m_check.cpp b/src/modules/m_check.cpp index a00d32b9e..0535c56ee 100644 --- a/src/modules/m_check.cpp +++ b/src/modules/m_check.cpp @@ -132,7 +132,7 @@ class cmd_check : public command_t * find how many connections from this user's IP -- unlike Asuka, * I define a clone as coming from the same host. --w00t */ - sprintf(ptr, "%lu ", FindMatchingGlobal(i->second)); + sprintf(ptr, "%lu ", i->second->GlobalCloneCount()); if (flags & UCMODE_OP) { -- cgit v1.3.1-10-gc9f91