diff options
Diffstat (limited to 'src/cull_list.cpp')
-rw-r--r-- | src/cull_list.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cull_list.cpp b/src/cull_list.cpp index b06b80f7f..a6dd915a2 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -50,6 +50,7 @@ using namespace std; #include "cull_list.h" extern InspIRCd* ServerInstance; +extern user_hash clientlist; bool CullList::IsValid(userrec* user) { |