diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-01 00:32:36 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-01 00:32:36 +0000 |
commit | a63502ff55607b76a5814438b50516f6a8d26fea (patch) | |
tree | f0adc4921b5d63574d4811717dc5a57dcbbe67af | |
parent | 1f2206159ecdc79c9d97f62204c76b07c6753411 (diff) |
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
-rw-r--r-- | src/protocol/inspircd12.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |