summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-13 08:15:35 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2006-11-13 08:15:35 +0000
commitb9552dc5beae210e5e8a626dcf636da43c962365 (patch)
treea66c2f342fa5c19f128add86731ccd1eb54bd6df /include
parent5fa3fd9274a2cb3b3cff82e85713983579de2a13 (diff)
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
Diffstat (limited to 'include')
-rw-r--r--include/users.h2
1 files changed, 1 insertions, 1 deletions
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<time_t, irc::string> whowas_users_fifo;
+ typedef std::map<time_t,irc::string> whowas_users_fifo;
/** Called every hour by the core to remove expired entries
*/