diff options
author | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 11:57:35 -0700 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2012-07-06 11:57:35 -0700 |
commit | 85b9374a7a866e659d8289556a3d7c1c93f9dc9e (patch) | |
tree | 6e5e453330c63236a45a6348a9b42b7d4011bf8f /docs | |
parent | eadffd640b96414f208c9bed4c290031811a764e (diff) | |
parent | ff8a01ff199fa355e2384398a181638251110586 (diff) |
Merge pull request #217 from Shawn-Smith/insp20+antiredirect
[2.0] Backported user mode +L from 2.1
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. |