Allow any extban format on InspIRCd. (#294)

This should stop the mute extban test failing when extbanformat is set to name (which will soon be the default in git master).
This commit is contained in:
Sadie Powell
2024-11-03 09:24:05 +00:00
committed by GitHub
parent d090f5455e
commit 2680502dfe

View File

@ -33,7 +33,8 @@ TEMPLATE_CONFIG = """
class="ServerOperators" class="ServerOperators"
> >
<options casemapping="ascii"> <options casemapping="ascii"
extbanformat="any">
# Disable 'NOTICE #chan :*** foo invited bar into the channel- # Disable 'NOTICE #chan :*** foo invited bar into the channel-
<security announceinvites="none"> <security announceinvites="none">