diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-30 16:50:08 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-30 16:50:08 +0000 |
commit | 569114e4c2f8ef8b14d48d4a94d7226e7f87eaff (patch) | |
tree | 314b4f7b90af7297d99568aee3509f5b5eeca73e /docs/inspircd.conf.example | |
parent | 395666b7e9dbeffe9c2e570ee08529d613ece93b (diff) |
Fix one issue, add another feature: When sending MODE +beI, weed out duplicates with simple O(1) check so that users dont send MODE #chan +bbbbbbbbbbbb.
Allow configuration of which listmodes you want to deny to below halfops. For example <options hidemodes="eI">. This is because blocking +b can break mirc, blocking +eI usually wont break it so
severely.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6852 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 9d9d0fc8c..ff73ee8d6 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -853,10 +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. # +# hidemodes - If this option is enabled, then the listmodes # +# given (e.g. +eI), will be hidden from users below # +# halfop. This is not recommended to be set on mode # +# +b, as it may break some features in popular # +# clients such as mIRC. # # # <options prefixquit="Quit: " @@ -885,7 +886,7 @@ announcets="yes" disablehmac="no" hostintopic="yes" - hidemodes="no" + hidemodes="eI" allowhalfop="yes"> #-#-#-#-#-#-#-#-#-#-#-#-#-#- TIME SYNC OPTIONS -#-#-#-#-#-#-#-#-#-#-#-# |