Compare commits

...

2 Commits

Author SHA1 Message Date
xfnw d429c22ba2 enable chghost 2022-03-11 14:26:56 -05:00
xfnw 327af0d985 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
2022-03-11 14:00:30 -05:00
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -39,7 +39,7 @@
when: not alreadyautogen.stat.exists
- name: configure
command: ./configure
command: ./configure --enable-oper-chghost
args:
chdir: /home/ircd/solanum
become: yes

View File

@ -39,7 +39,7 @@
when: not alreadyautogen.stat.exists
- name: configure
command: ./configure
command: ./configure --enable-oper-chghost
args:
chdir: /home/ircd/solanum
become: yes