]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Only skip applying more X-lines to a user if they have been killed.
authorPeter Powell <petpow@saberuk.com>
Fri, 17 May 2019 08:23:46 +0000 (09:23 +0100)
committerPeter Powell <petpow@saberuk.com>
Fri, 17 May 2019 08:23:46 +0000 (09:23 +0100)
commitf9a258fa768362279cb5365856fe3f4dce5d6245
tree195c9597774e6f158e443d3a4eca5ab1c2a27eed
parent0ab7720ea4b53996a4bb6b8e47e8aae9304861a1
Only skip applying more X-lines to a user if they have been killed.

This fixes an issue with the previous commit where if a user had a
non-killing X-line applied to them (e.g. Q-line) they would not
have any further X-lines applied to them.

Thanks to @linuxdaemon for pointing this out.
src/xline.cpp