diff options
| author | 2006-11-13 08:15:35 +0000 | |
|---|---|---|
| committer | 2006-11-13 08:15:35 +0000 | |
| commit | b9552dc5beae210e5e8a626dcf636da43c962365 (patch) | |
| tree | a66c2f342fa5c19f128add86731ccd1eb54bd6df /include | |
| parent | Do *NOT* use local vars in ServerConfig::Read for temporary storage of values (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.h | 2 |
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 */ |
