diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 011cc29ab..766589071 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -377,7 +377,7 @@ # <oper name="login" # # password="pass" # # host="hostmask@of.oper" # -# fingerprint="hexsequence" # +# fingerprint="hexsequence" # # type="oper type"> # # # @@ -549,7 +549,17 @@ sendpass="penguins" recvpass="polarbears"> -<uline server="services.antarctic.com"> + +#-#-#-#-#-#-#-#-#-#-#-#- ULINES CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-# +# This tag defines a ulined server. A U-Lined server has special # +# permissions, and should be used with caution. Services servers are # +# usually u-lined in this manner. # +# # +# The 'silent' value if set to yes indicates that this server should # +# not generate quit and connect notices, which can cut down on noise # +# to opers on the network. # +# # +<uline server="services.antarctic.com" silent="yes"> #-#-#-#-#-#-#-#-#-#- MISCELLANEOUS CONFIGURATION -#-#-#-#-#-#-#-#-#-# |