From ea0533be0f4f9d6dd50e2df1c3d0c47c405847b9 Mon Sep 17 00:00:00 2001 From: rburchell Date: Fri, 23 Jan 2009 08:27:40 +0000 Subject: [PATCH] Insp sends QUIT on KILL, so don't destroy the user record immediately. Fixes bug #995 (QUIT from nonexistant user), reported by Ankit. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1929 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/inspircd12.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index f7f040e3d..7933d8280 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -102,7 +102,7 @@ IRCDVar myIrcd[] = { 0, /* Protected Umode */ 0, /* Has Admin */ 0, /* Chan SQlines */ - 0, /* Quit on Kill */ + 1, /* Quit on Kill */ 0, /* SVSMODE unban */ 1, /* Has Protect */ 1, /* Reverse */