From d24168f331bb44bd21cec6abc95af1a5444a97cd Mon Sep 17 00:00:00 2001
From: cyan <>
Date: Mon, 15 Sep 2003 04:07:48 +0000
Subject: [PATCH] Added some useful comments about how to link to the
 Synchronet IRC network, and corrected the example vert C/N pairs so that
 they'll actually work.  Other minor changes.

---
 ctrl/ircd.conf | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)

diff --git a/ctrl/ircd.conf b/ctrl/ircd.conf
index 442ef13e6c..c28a471747 100644
--- a/ctrl/ircd.conf
+++ b/ctrl/ircd.conf
@@ -20,7 +20,6 @@
 #	SYSTEM_NAME		Your BBS name as defined in scfg
 #	SYSTEM_QWKID		Your QWKID as defined in scfg
 #	VERSION_NOTICE		The short form Synchronet version notice
-#	QWK_PASSWORD		Your QWK network password as defined
 #
 ########## M:Line ## Required ## Compatibility: 'IP' unused
 #	This line configures what your server name and description are set to.
@@ -121,8 +120,8 @@ I:*@*::*@*::1
 #	O	"Global Operator" which is inclusive of flags: oCKNs
 #	S	Check password against the BBS system password.
 #
-#	Note that the flags 'R', 'D', and 'x' do not appear in any of 'o' or
-# 'O', and must be explicitly defined.  Note that /DEBUG and /EVAL (the 'x'
+#	Note that the flags 'R', 'D', and 'X' do not appear in any of 'o' or
+# 'O', and must be explicitly defined.  Note that /DEBUG and /EVAL (the 'X'
 # flag) are particuarily dangerous commands and should not be enabled unless
 # you're sure of what you're doing.  The 'S' flag is a special flag which will
 # check against the BBS system password instead of the defined O:Line password.
@@ -174,8 +173,16 @@ U:services.synchro.net:*:*
 #
 # C:hostname or ip address:password:server name:port:irc class
 # N:hostname or ip address:password:server name:flags:irc class
-C:vert.synchro.net:QWK_PASSWORD:vert.synchro.net:6667:30
-N:vert.synchro.net:QWK_PASSWORD:vert.synchro.net::30
+#
+##If you'd like to link to the Synchronet IRC network, make sure your QWK-id is
+# registered with vert, and that you have dyndns.js working so that the host
+# 'qwk.synchro.net' (where qwk = your qwk-id) points to your IP address.  Then,
+# uncomment these two lines below and replace 'QWK_PASSWORD' with your QWK
+# password.  Issue the /rehash command (or restart Synchronet), and the ircd
+# will auto-connect to vert.
+#C:vert.synchro.net:QWK_PASSWORD:vert.synchro.net:6667:30
+#N:vert.synchro.net:*:vert.synchro.net::30
+##This is an example C/N pair
 #C:rrx.synchro.net:password:rrx.synchro.net::30
 #N:rrx.synchro.net:password:rrx.synchro.net::30
 #
-- 
GitLab