From 7972cc32495597ac411a51a40d41e0bb42f80a44 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 28 Dec 2005 20:22:07 +0000 Subject: New system for client exits using CullList seems stable, needs testing git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2681 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/cmd_nick.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/cmd_nick.cpp') diff --git a/src/cmd_nick.cpp b/src/cmd_nick.cpp index fe600dc30..7b4ea1e98 100644 --- a/src/cmd_nick.cpp +++ b/src/cmd_nick.cpp @@ -49,7 +49,6 @@ using namespace std; #include "typedefs.h" #include "command_parse.h" #include "cmd_nick.h" -#include "cull_list.h" extern ServerConfig* Config; extern InspIRCd* ServerInstance; @@ -64,8 +63,6 @@ extern std::vector all_opers; extern std::vector local_users; extern userrec* fd_ref_table[65536]; -extern CullList* GlobalGoners; - void cmd_nick::Handle (char **parameters, int pcnt, userrec *user) { char oldnick[NICKMAX]; @@ -194,7 +191,7 @@ void cmd_nick::Handle (char **parameters, int pcnt, userrec *user) { /* user is registered now, bit 0 = USER command, bit 1 = sent a NICK command */ FOREACH_MOD(I_OnUserRegister,OnUserRegister(user)); - ConnectUser(user,GlobalGoners); + //ConnectUser(user,NULL); } if (user->registered == 7) { -- cgit v1.2.3