]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Fix ISON with multiple lines of ISON response, canonize the responses to weed out...
[user/henk/code/inspircd.git] / include / users.h
index 80fbf43e0d09850b6db1ee1b75ca51b5ea37e7b9..d24a93fcaf80d2f5523385fa245e2e66b7aa4d78 100644 (file)
@@ -880,7 +880,7 @@ namespace irc
 
                /** Sets of time and users in whowas list
                 */
-               typedef std::map<time_t,irc::string> whowas_users_fifo;
+               typedef std::deque<std::pair<time_t,irc::string> > whowas_users_fifo;
 
                /** Called every hour by the core to remove expired entries
                 */