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

irc: point sasl to services

parent c4301186
Branches
No related tags found
1 merge request!258irc: point sasl to services
Pipeline #90154 passed
...@@ -26,6 +26,8 @@ ...@@ -26,6 +26,8 @@
# linked irc servers # linked irc servers
<bind address="" port="17029" type="servers" ssl="gnutls"> <bind address="" port="17029" type="servers" ssl="gnutls">
<sasl target="services.irc.{{ irc_network_name }}" requiressl="yes">
<power <power
diepass="{{ irc_power_password }}" diepass="{{ irc_power_password }}"
restartpass="{{ irc_power_password }}"> restartpass="{{ irc_power_password }}">
...@@ -63,16 +65,16 @@ ...@@ -63,16 +65,16 @@
suffixpart="" suffixpart=""
syntaxhints="no" syntaxhints="no"
cyclehosts="no" cyclehosts="no"
cyclehostsfromuser="no" cyclehostsfromuser="no"
ircumsgprefix="no" ircumsgprefix="no"
announcets="yes" announcets="yes"
allowmismatched="no" allowmismatched="no"
defaultbind="auto" defaultbind="auto"
hostintopic="no" hostintopic="no"
pingwarning="15" pingwarning="15"
serverpingfreq="60" serverpingfreq="60"
defaultmodes="nt" defaultmodes="nt"
exemptchanops="nonick:v flood:o" exemptchanops="nonick:v flood:o"
invitebypassmodes="yes"> invitebypassmodes="yes">
<performance <performance
...@@ -94,7 +96,7 @@ ...@@ -94,7 +96,7 @@
hidesplits="no" hidesplits="no"
maxtargets="20" maxtargets="20"
customversion="" customversion=""
operspywhois="no" operspywhois="no"
maphide="" maphide=""
restrictbannedusers="yes" restrictbannedusers="yes"
genericoper="yes" genericoper="yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment