summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 09:50:16 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-08-11 09:50:16 +0000
commita5833e654dd99fc2513b17100f0f06d50e75b4a9 (patch)
tree46dd719ddacf849a2e1e3a9bcf5da70a73cb1f39 /include
parent9ea40ce2f7f7c5d55bf22e4b39e9903509925f1a (diff)
Move whowas into InspIRCd
Tidy up lowermap extern (for now, we cant do much but have this as extern) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4876 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r--include/inspircd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h
index 3e3029310..6efe1757d 100644
--- a/include/inspircd.h
+++ b/include/inspircd.h
@@ -126,6 +126,7 @@ class InspIRCd : public classbase
chan_hash chanlist;
std::vector<userrec*> local_users;
std::vector<userrec*> all_opers;
+ irc::whowas::whowas_users whowas;
DNS* Res;
TimerManager* Timers;
command_table cmdlist;