Skip to content

Commit 2680502

Browse files
authored
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).
1 parent d090f54 commit 2680502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

irctest/controllers/inspircd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
class="ServerOperators"
3434
>
3535
36-
<options casemapping="ascii">
36+
<options casemapping="ascii"
37+
extbanformat="any">
3738
3839
# Disable 'NOTICE #chan :*** foo invited bar into the channel-
3940
<security announceinvites="none">

0 commit comments

Comments
 (0)