Skip to content
Snippets Groups Projects
Commit 1b63aa5c authored by godog's avatar godog
Browse files

irc: backwards compatible changes for inspircd3

parent 71a9e5db
Branches inspircd3
No related tags found
2 merge requests!91irc: inspircd3,!90irc: backwards compatible changes for inspircd3
Pipeline #7817 passed
......@@ -17,6 +17,11 @@
path: /etc/inspircd
state: directory
- name: Generate dhparams
command: openssh dhparams -out /etc/inspircd/dhparams 2048
args:
creates: /etc/inspircd/dhparams
- template:
dest: "/etc/inspircd/{{ item }}"
src: "inspircd/{{ item }}"
......
......@@ -4,7 +4,6 @@
<module name="m_md5.so">
<module name="m_sha256.so">
<module name="m_ripemd160.so">
<module name="m_alias.so">
<alias text="NICKSERV" replace="PRIVMSG NickServ :$2-" requires="NickServ" uline="yes">
......@@ -54,6 +53,7 @@
<module name="m_password_hash.so">
<module name="m_regex_pcre.so">
<module name="m_sasl.so">
<sasl target="services.irc.mufhd0.net">
<module name="m_services_account.so">
<module name="m_sethost.so">
<module name="m_sslmodes.so">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment