mirror of
https://github.com/progval/irctest.git
synced 2025-04-04 14:29:46 +00:00
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:
@ -33,7 +33,8 @@ TEMPLATE_CONFIG = """
|
||||
class="ServerOperators"
|
||||
>
|
||||
|
||||
<options casemapping="ascii">
|
||||
<options casemapping="ascii"
|
||||
extbanformat="any">
|
||||
|
||||
# Disable 'NOTICE #chan :*** foo invited bar into the channel-
|
||||
<security announceinvites="none">
|
||||
|
Reference in New Issue
Block a user