1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 11:03:12 +02:00
Files
unrealircd/src
Bram Matthys 8b0fd74c37 Bug: set::restrict-extendedbans did not have effect in stacked bans.
For example if you had:
set { restrict-extendedbans "a"; };
Then this would be rejected:
MODE #chan +b ~a:Account
However, you could still set:
MODE #chan +b ~q:~a:Account
Now this is properly rejected as well.
2017-11-19 20:43:15 +01:00
..
2015-10-10 17:44:52 +02:00
2015-07-16 10:56:46 +02:00
2015-07-14 12:27:20 +02:00
2015-06-30 00:46:59 -07:00
2015-12-16 11:22:58 +01:00
2015-05-20 02:33:48 -04:00
2017-10-07 18:33:25 +02:00
2017-02-10 14:28:32 +01:00
2016-12-30 15:30:59 +01:00
2015-07-10 15:07:17 +02:00