diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 10:22:40 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-03 10:22:40 +0000 |
commit | b6b12769298bfc1d1c9a28457c84f7993dafb046 (patch) | |
tree | 841d55194e88a7b005d06acf221fdbfb919e3fd3 /docs | |
parent | 7cbc465e2a153f65c242aebc1b2a88d3c667d551 (diff) |
Added <options:flatlinks>
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3035 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 11fdc6da4..3eaf44224 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -530,6 +530,10 @@ # something like '*.netname.net' to conceal the # # actual server the user is on. # # # +# flatlinks - When you are using m_spanningtree.so, and this # +# value is set to true, yes or 1, /MAP and /LINKS # +# will be flattened when shown to a non-oper. # +# # <options prefixquit="Quit: " loglevel="default" @@ -543,6 +547,7 @@ maxtargets="20" hidesplits="no" hidewhois="" + flatlinks="no" allowhalfop="yes"> |