]> jfr.im git - irc/DALnet/bahamut.git/commit
Fix a bug on QUIT where xflags weren't always checked
authorKobi Shmueli <redacted>
Thu, 11 Jul 2019 02:20:24 +0000 (05:20 +0300)
committerKobi Shmueli <redacted>
Thu, 11 Jul 2019 02:20:24 +0000 (05:20 +0300)
commit999a26f703f19ef1f23a89c053dfff79aca3e232
tree53b2cd5776b01c02ec70f96eea53875337b9abc5
parentbaa19572745d5d031c1226d529cf9e33312084fa
Fix a bug on QUIT where xflags weren't always checked

If a message was supposed to be blocked by spamfilter and the user was on a +P channel, it didn't check the xflags for that channel although the user wasn't blocked because of it.

Thanks RuneB & xPsycho!
src/s_user.c