From fce2d243c023660a9afbf01143cde6eda2ec7a88 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 30 Dec 2006 14:34:49 +0000 Subject: Add unregistered user counter, this may also fix the (minor) m_conn_lusers shows current connection as unregged git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6170 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 497da8ff2..4b86d3816 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -267,6 +267,8 @@ InspIRCd::InspIRCd(int argc, char** argv) modules.resize(255); factory.resize(255); + this->unregistered_count = 0; + this->clientlist = new user_hash(); this->chanlist = new chan_hash(); -- cgit v1.2.3