From a63502ff55607b76a5814438b50516f6a8d26fea Mon Sep 17 00:00:00 2001 From: Adam- Date: Tue, 1 Sep 2009 00:32:36 +0000 Subject: [PATCH] Change quit on kill value in inspircd1.2 protocol module to 0 This is actually an inspircd bug - only the uplink confirms KILLs with a QUIT, the other servers will not. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2490 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 d27ef771a..32b881fbf 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -98,7 +98,7 @@ IRCDVar myIrcd[] = { 0, /* Protected Umode */ 0, /* Has Admin */ 0, /* Chan SQlines */ - 1, /* Quit on Kill */ + 0, /* Quit on Kill */ 0, /* SVSMODE unban */ 1, /* Has Protect */ 1, /* Reverse */