From 194838af39aa5fc823571afe9d61b2453573a32d Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 12 May 2005 19:09:42 +0000 Subject: Changed the type of struct whowas records are stored in (no need to waste a big heavy userrec) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1369 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index e29299d5e..5147e08cc 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -185,12 +185,13 @@ struct InAddr_HashComp typedef nspace::hash_map, StrHashComp> user_hash; typedef nspace::hash_map, StrHashComp> chan_hash; typedef nspace::hash_map, InAddr_HashComp> address_cache; +typedef nspace::hash_map, StrHashComp> whowas_hash; typedef std::deque command_table; extern user_hash clientlist; extern chan_hash chanlist; -extern user_hash whowas; +extern whowas_hash whowas; extern command_table cmdlist; extern file_cache MOTD; extern file_cache RULES; -- cgit v1.3.1-10-gc9f91