diff options
author | Shawn Smith <ShawnSmith0828@gmail.com> | 2014-05-26 03:18:55 -0400 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-03 14:56:37 +0000 |
commit | ecb7891090387accc01d01afc7e2d722fd02889a (patch) | |
tree | de9689f0ea117833b13e804c231f4c6616b27c3e /docs | |
parent | 70be9c79d284982d03744443b84268bef44a3080 (diff) |
Removed config option for +L redirect.
Closes #466.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b2d759ff8..e5fbab7e0 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1517,17 +1517,10 @@ #<randquote file="quotes.txt"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Redirect module: Adds channel redirection mode +L. # -# Optional: <redirect:antiredirect> to add usermode +L to stop forced # -# redirection and instead print an error. # -# # -# Note: You can not update this with a simple rehash, it requires # -# reloading the module for it to take effect. # -# This also breaks linking to servers that do not have the option. # -# This defaults to false for the 2.0 version, it will be enabled in # -# all the future versions. # +# Redirect module: Adds channel mode +L which redirects users to # +# another channel when the channel has reached its user limit and # +# user mode +L which stops redirection. # #<module name="redirect"> -#<redirect antiredirect="true"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Regular expression provider for glob or wildcard (?/*) matching. |