From b9552dc5beae210e5e8a626dcf636da43c962365 Mon Sep 17 00:00:00 2001 From: peavey Date: Mon, 13 Nov 2006 08:15:35 +0000 Subject: Fix PruneWhoWas to actually work right on rehash. Add debug output to whowas. More code comments to whowas. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5734 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/users.h b/include/users.h index ce8f4eb28..d94511660 100644 --- a/include/users.h +++ b/include/users.h @@ -830,7 +830,7 @@ namespace irc /** Sets of time and users in whowas list */ - typedef std::map whowas_users_fifo; + typedef std::map whowas_users_fifo; /** Called every hour by the core to remove expired entries */ -- cgit v1.2.3