diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-05 23:53:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-05 23:53:01 +0000 |
commit | 821a5bca883ad8c06cb27963acf8861d9ef1031e (patch) | |
tree | 95f0f8a9de79ea033b1bfd7c111474d69014fda1 /docs | |
parent | 2248866b4b3c260ae351607700d5fb0abf8c458b (diff) |
Fix for bug #199 (Feature request) submitted by owine. Ended up adding an extra parameter to <uline> for this.
It turned into a biggie :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6742 e03df62e-2008-0410-955e-edbf42e46eb7
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 -#-#-#-#-#-#-#-#-#-# |