diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-28 20:04:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-28 20:04:08 +0000 |
commit | 14964459855700c5c6ff71707c89883850fdf7ca (patch) | |
tree | 2e1a89367102dcf33741a1ec206088b583372b71 | |
parent | 5f8f52ca53b2c85bc200939225d6390f1be65611 (diff) |
Tested (works) and documented HideBans
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3386 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 7 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index bedc941c4..e37448657 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -530,6 +530,12 @@ # instead of the server names in the quit message, # # identical to the way IRCu displays them. # # # +# hidebans - When set to 'yes', will hide gline, kline, zline # +# and qline quit messages from non-opers. For # +# example, user A who is not an oper will just see # +# (G-Lined) while user B who is an oper will see the # +# text (G-Lined: Reason here) instead. # +# # # hidewhois - When defined with a non-empty value, the given # # text will be used in place of the user's server # # in WHOIS, when a user is WHOISed by a non-oper. # @@ -563,6 +569,7 @@ customversion="" maxtargets="20" hidesplits="no" + hidebans="no" hidewhois="" flatlinks="no" hideulines="no" diff --git a/src/svn-rev.sh b/src/svn-rev.sh index cb126af2f..a24a1fe5e 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3383 +echo 3385 |