mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 12:56:38 +02:00
83f4619e78
1) All IRC clients support prefixes nowadays 2) People generally misunderstand the question and think this disabled +q (channel owner) and +a (channel admin), when in fact it does not. It only enables/disables the showing of prefixes, and it changes some of the rules eg requiring +qo / +ao for actions that normally only require +q / +a. 3) We now have the modularized +q and +a, so you can actually disable channel owner and channel admin, which is what most users want(ed) that previously disabled PREFIX_AQ. For all users (95%+) that enable PREFIX_AQ there is no effective change. For the other 5% it is likely only for the better.