Skip to content
Snippets Groups Projects
Commit d24168f3 authored by cyan's avatar cyan
Browse files

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.
parent 95403140
No related branches found
No related tags found
No related merge requests found
......@@ -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
#
......
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