disable restrict chans

This commit is contained in:
root 2024-11-07 01:44:56 +00:00
parent 1be3d2459b
commit d42ad2767d
3 changed files with 2 additions and 4 deletions

View File

@ -258,6 +258,8 @@
<allowchannel name="*"> <allowchannel name="*">
# <restrictchans allowregistered="&env.RESTRICT_CHANS_ALLOW_REGISTERED;">
#<autojoinident chan="#blackhole" #<autojoinident chan="#blackhole"
# ident="*"> # ident="*">

View File

@ -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;">

View File

@ -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">