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

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
This commit is contained in:
rburchell
2009-01-23 08:27:40 +00:00
parent 1f102694aa
commit ea0533be0f
+1 -1
View File
@@ -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 */