Skip to content
Snippets Groups Projects

ircdcfg would not provide a valid irc.ini file

Merged Nigel Reed requested to merge fix_template_ircd_ini_for_ircdcfg into master
1 file
+ 19
19
Compare changes
  • Side-by-side
  • Inline
+ 19
19
@@ -99,23 +99,23 @@ Class=1
;Mask=*@0.0.0.0,*@255.255.255.255
;Reason=Bogus IP address tried to connect??
;[Server:vert]
;Servername=vert.synchro.net
;Hostname=vert.synchro.net
;Port=6667
;InboundPassword=*
;OutboundPassword=*
;Class=30
;Hub=true
;[Server:cvs]
;Servername=cvs.synchro.net
;Hostname=cvs.synchro.net
;Port=6667
;InboundPassword=*
;OutboundPassword=*
;Class=30
;Hub=true
[Server:vert]
Servername=vert.synchro.net
Hostname=vert.synchro.net
Port=6667
InboundPassword=*
OutboundPassword=*
Class=30
Hub=true
[Server:cvs]
Servername=cvs.synchro.net
Hostname=cvs.synchro.net
Port=6667
InboundPassword=*
OutboundPassword=*
Class=30
Hub=true
;[Server:example]
;Servername=example.synchro.net
@@ -139,8 +139,8 @@ Class=1
;Mask=Sysop
;Reason=Reserved for Sysop
;[RBL:dronebl]
;Hostname=dnsbl.dronebl.org
[RBL:dronebl]
Hostname=dnsbl.dronebl.org
;[RBL:example]
;Hostname=example.com
Loading