forked from supernets/inspircd
disable restrict chans
This commit is contained in:
parent
1be3d2459b
commit
d42ad2767d
@ -258,6 +258,8 @@
|
|||||||
|
|
||||||
<allowchannel name="*">
|
<allowchannel name="*">
|
||||||
|
|
||||||
|
# <restrictchans allowregistered="&env.RESTRICT_CHANS_ALLOW_REGISTERED;">
|
||||||
|
|
||||||
#<autojoinident chan="#blackhole"
|
#<autojoinident chan="#blackhole"
|
||||||
# ident="*">
|
# ident="*">
|
||||||
|
|
||||||
|
@ -532,8 +532,6 @@
|
|||||||
maxtime="&env.REPEAT_MAX_TIME;"
|
maxtime="&env.REPEAT_MAX_TIME;"
|
||||||
size="&env.REPEAT_MAX_SIZE;">
|
size="&env.REPEAT_MAX_SIZE;">
|
||||||
|
|
||||||
<restrictchans allowregistered="&env.RESTRICT_CHANS_ALLOW_REGISTERED;">
|
|
||||||
|
|
||||||
<rline engine="&env.RLINE_ENGINE;"
|
<rline engine="&env.RLINE_ENGINE;"
|
||||||
matchonnickchange="&env.RLINE_MATCH_ON_NICK_CHANGE;"
|
matchonnickchange="&env.RLINE_MATCH_ON_NICK_CHANGE;"
|
||||||
zlineonmatch="&env.RLINE_ZLINE_ON_MATCH;">
|
zlineonmatch="&env.RLINE_ZLINE_ON_MATCH;">
|
||||||
|
@ -146,8 +146,6 @@
|
|||||||
<module name="regex_tre">
|
<module name="regex_tre">
|
||||||
<module name="remove">
|
<module name="remove">
|
||||||
<module name="repeat">
|
<module name="repeat">
|
||||||
<module name="restrictchans">
|
|
||||||
<module name="restrictmsg">
|
|
||||||
<module name="rline">
|
<module name="rline">
|
||||||
<module name="rmode">
|
<module name="rmode">
|
||||||
<module name="sajoin">
|
<module name="sajoin">
|
||||||
|
Loading…
Reference in New Issue
Block a user