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 --- include/inspircd.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/inspircd.h') diff --git a/include/inspircd.h b/include/inspircd.h index 006e8092e..47ce9d971 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -385,6 +385,12 @@ class InspIRCd : public classbase int time_delta; public: + + /** Number of unregistered users online right now. + * (Unregistered means before USER/NICK/dns) + */ + int unregistered_count; + /** List of server names we've seen. */ servernamelist servernames; -- cgit v1.2.3