1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 03:43:13 +02:00

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
This commit is contained in:
Adam-
2009-09-01 00:32:36 +00:00
parent 1f2206159e
commit a63502ff55
+1 -1
View File
@@ -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 */