From 3ec7995bf4981119115d14ce2cfce0cb5795f803 Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 3 May 2007 21:57:58 +0000 Subject: DO NOT USE THIS COMMIT - if you do, most of the modules wont work. DEVS: Please fix all modules that have warnings to use the new parameters to OnUserJoin, OnUserPart and OnUserKick (bool &silent) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6858 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cull_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cull_list.cpp') diff --git a/src/cull_list.cpp b/src/cull_list.cpp index f6ea2e0f1..b0bf74ccb 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -109,9 +109,9 @@ int CullList::Apply() if (a->GetUser()->registered == REG_ALL) { + FOREACH_MOD_I(ServerInstance,I_OnUserQuit,OnUserQuit(a->GetUser(), reason, oper_reason)); a->GetUser()->PurgeEmptyChannels(); a->GetUser()->WriteCommonQuit(reason, oper_reason); - FOREACH_MOD_I(ServerInstance,I_OnUserQuit,OnUserQuit(a->GetUser(), reason, oper_reason)); } FOREACH_MOD_I(ServerInstance,I_OnUserDisconnect,OnUserDisconnect(a->GetUser())); -- cgit v1.3.1-10-gc9f91