From 8691870bf726a898b11cc4173e42db5b6f597cf3 Mon Sep 17 00:00:00 2001 From: w00t Date: Mon, 22 Oct 2007 15:01:15 +0000 Subject: Remove a wrapper, it's easy to read as is :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8300 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/modules/m_spanningtree/main.cpp') diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 2ccf510c7..7a0c0a2e1 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -134,8 +134,8 @@ void ModuleSpanningTree::HandleLusers(const char** parameters, int pcnt, User* u } } user->WriteServ("251 %s :There are %d users and %d invisible on %d servers",user->nick, - n_users-ServerInstance->InvisibleUserCount(), - ServerInstance->InvisibleUserCount(), + n_users-ServerInstance->ModeCount('i'), + ServerInstance->ModeCount('i'), ulined_count ? this->CountServs() - ulined_count : this->CountServs()); if (ServerInstance->OperCount()) -- cgit v1.2.3