Skip to content
Snippets Groups Projects
Commit bc988560 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Merge branch 'fix_template_ircd_ini_for_ircdcfg' into 'master'

ircdcfg would not provide a valid irc.ini file

See merge request !426
parents 1e48f125 274c9695
No related branches found
No related tags found
1 merge request!426ircdcfg would not provide a valid irc.ini file
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment