diff --git a/ctrl/ircd.conf b/ctrl/ircd.conf
index 442ef13e6c0022b0b8a78b3236865735d04658d6..c28a47174706a07b82eb51fe0174885a272165e1 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
 #