diff options
author | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-06-20 09:13:19 -0400 |
---|---|---|
committer | Shawn Smith <ShawnSmith0828@gmail.com> | 2012-07-06 13:48:01 -0400 |
commit | ff8a01ff199fa355e2384398a181638251110586 (patch) | |
tree | 0366432618f544a02db2636d3e12210266ba349a /docs | |
parent | e57ab366e6568f6ecf39d301cf81f6fa86d6429a (diff) |
Backported usermode +L from insp21. Stops forced redirection given by cmode +L
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index e987f4878..f86ebfa6c 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1340,8 +1340,17 @@ #<randquote file="randquotes.conf"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Redirect module: Adds channel redirection (mode +L) +# 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. # #<module name="m_redirect.so"> +#<redirect antiredirect="true"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Regular Expression Provider for Glob or wildcard (?/*) matching. |