From 7f6344e3addae201daa77fab7d93c2908e19f441 Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 24 Dec 2006 04:01:45 +0000 Subject: Fix a bug in whowas that could desync list. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6091 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/users.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/users.h') diff --git a/include/users.h b/include/users.h index 80fbf43e0..d24a93fca 100644 --- a/include/users.h +++ b/include/users.h @@ -880,7 +880,7 @@ namespace irc /** Sets of time and users in whowas list */ - typedef std::map whowas_users_fifo; + typedef std::deque > whowas_users_fifo; /** Called every hour by the core to remove expired entries */ -- cgit v1.2.3