diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-27 17:55:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-27 17:55:08 +0000 |
commit | d6fcf2726e4075fb323010e067964c84044cbf08 (patch) | |
tree | e0735ea4d6d1aaf8ed1bb83a1dabb338f4c03f15 /docs | |
parent | cdec3807363564c6608909c3a345cedf44183647 (diff) |
Add support for hiding listmode lists such as +beI from unprivileged users.
See bug #258
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6849 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index a6900e3b8..9d9d0fc8c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -853,6 +853,11 @@ # authentication, this option can be used to turn it # # off. # # # +# hidemodes - If this option is enabled, then listmodes, for # +# example +beI, will be hidden from users below # +# halfop. This is not recommended, as it may break # +# some features in popular clients such as mIRC. # +# # <options prefixquit="Quit: " loglevel="default" @@ -880,6 +885,7 @@ announcets="yes" disablehmac="no" hostintopic="yes" + hidemodes="no" allowhalfop="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-# |