disable chm_regmsg
this can be done with `+q $~a` instead. chm_regmsg seems to have a weird bug where all channels act like +R is enabled for people on plaintext connections
This commit is contained in:
parent
b76bb4691e
commit
327af0d985
1 changed files with 1 additions and 1 deletions
2
ircd.j2
2
ircd.j2
|
@ -3,7 +3,7 @@
|
|||
loadmodule "extensions/chm_nonotice";
|
||||
loadmodule "extensions/chm_operpeace";
|
||||
loadmodule "extensions/chm_operonly";
|
||||
loadmodule "extensions/chm_regmsg";
|
||||
#loadmodule "extensions/chm_regmsg"; # seems to force registration on plaintext users even if +R not set
|
||||
loadmodule "extensions/chm_sslonly";
|
||||
loadmodule "extensions/extb_account";
|
||||
loadmodule "extensions/extb_canjoin";
|
||||
|
|
Loading…
Reference in a new issue