diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-23 08:27:40 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-01-23 08:27:40 +0000 |
commit | ea0533be0f4f9d6dd50e2df1c3d0c47c405847b9 (patch) | |
tree | df97bcf473204580286abe15f376353f69c09d40 /src | |
parent | 1f102694aab165071e0f1006f3a6f6547b03b23f (diff) |
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
Diffstat (limited to 'src')
-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 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 */ |