mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 01:06:38 +02:00
eb038e2938
previous functionality: mode +b would check match() both ways, but chanserv AKICK and bot auto-bans would break w/ this, as they would try to set for instance *!*@*.mrrmnh.adelphia.net but if *!*@rox-1B7EB386.mrrmnh.adelphia.net were set (for example) chanserv/the bot would flood kick them, over and over and over. No real point to this one, so I just diked it out. Modified Files: Tag: devel include/config.h src/channel.c