Compare commits

..

No commits in common. "d429c22ba2ad0d674a40bcaa388d918074689967" and "b76bb4691eec0f9b1c199f5f3fab41c70cb6b438" have entirely different histories.

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"; # seems to force registration on plaintext users even if +R not set
loadmodule "extensions/chm_regmsg";
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 --enable-oper-chghost
command: ./configure
args:
chdir: /home/ircd/solanum
become: yes

View file

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