summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorShawn Smith <ShawnSmith0828@gmail.com>2014-05-26 03:18:55 -0400
committerPeter Powell <petpow@saberuk.com>2017-12-03 14:56:37 +0000
commitecb7891090387accc01d01afc7e2d722fd02889a (patch)
treede9689f0ea117833b13e804c231f4c6616b27c3e /docs/conf
parent70be9c79d284982d03744443b84268bef44a3080 (diff)
Removed config option for +L redirect.
Closes #466.
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/modules.conf.example13
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.