Skip to content
Snippets Groups Projects

irc: point sasl to services

Merged godog requested to merge irc-sasl into master
1 file
+ 7
5
Compare changes
  • Side-by-side
  • Inline
@@ -26,6 +26,8 @@
# linked irc servers
<bind address="" port="17029" type="servers" ssl="gnutls">
<sasl target="services.irc.{{ irc_network_name }}" requiressl="yes">
<power
diepass="{{ irc_power_password }}"
restartpass="{{ irc_power_password }}">
@@ -63,16 +65,16 @@
suffixpart=""
syntaxhints="no"
cyclehosts="no"
cyclehostsfromuser="no"
cyclehostsfromuser="no"
ircumsgprefix="no"
announcets="yes"
allowmismatched="no"
defaultbind="auto"
allowmismatched="no"
defaultbind="auto"
hostintopic="no"
pingwarning="15"
serverpingfreq="60"
defaultmodes="nt"
exemptchanops="nonick:v flood:o"
exemptchanops="nonick:v flood:o"
invitebypassmodes="yes">
<performance
@@ -94,7 +96,7 @@
hidesplits="no"
maxtargets="20"
customversion=""
operspywhois="no"
operspywhois="no"
maphide=""
restrictbannedusers="yes"
genericoper="yes"
Loading