Compare commits
No commits in common. "d429c22ba2ad0d674a40bcaa388d918074689967" and "b76bb4691eec0f9b1c199f5f3fab41c70cb6b438" have entirely different histories.
d429c22ba2
...
b76bb4691e
3 changed files with 3 additions and 3 deletions
2
ircd.j2
2
ircd.j2
|
@ -3,7 +3,7 @@
|
||||||
loadmodule "extensions/chm_nonotice";
|
loadmodule "extensions/chm_nonotice";
|
||||||
loadmodule "extensions/chm_operpeace";
|
loadmodule "extensions/chm_operpeace";
|
||||||
loadmodule "extensions/chm_operonly";
|
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/chm_sslonly";
|
||||||
loadmodule "extensions/extb_account";
|
loadmodule "extensions/extb_account";
|
||||||
loadmodule "extensions/extb_canjoin";
|
loadmodule "extensions/extb_canjoin";
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
when: not alreadyautogen.stat.exists
|
when: not alreadyautogen.stat.exists
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
command: ./configure --enable-oper-chghost
|
command: ./configure
|
||||||
args:
|
args:
|
||||||
chdir: /home/ircd/solanum
|
chdir: /home/ircd/solanum
|
||||||
become: yes
|
become: yes
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
when: not alreadyautogen.stat.exists
|
when: not alreadyautogen.stat.exists
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
command: ./configure --enable-oper-chghost
|
command: ./configure
|
||||||
args:
|
args:
|
||||||
chdir: /home/ircd/solanum
|
chdir: /home/ircd/solanum
|
||||||
become: yes
|
become: yes
|
||||||
|
|
Loading…
Reference in a new issue