diff options
author | Peter Powell <petpow@saberuk.com> | 2019-02-15 12:35:51 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-15 12:35:51 +0000 |
commit | 27e261780809073b5c776e535f8d2402c0df2ec7 (patch) | |
tree | ed676467399cb2df979e120ab1eb817275c5ea19 /docs/conf/modules.conf.example | |
parent | a7fc2fe0dc845ffba1f4575e694aa1bb7f60756b (diff) |
Move the close and jumpserver modules to inspircd-extras.
- The close module is borderline useless.
- The jumpserver numeric is supported by barely any clients and
has various security problems.
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index fded47e2f..090096668 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -554,12 +554,6 @@ # key="changeme" # prefix="net-"> -#-#-#-#-#-#-#-#-#-#-#-#- CLOSE MODULE #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Close module: Allows an oper to close all unregistered connections. -# This module is oper-only and provides the /CLOSE command. -# To use, CLOSE must be in one of your oper class blocks. -#<module name="close"> - #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Clones module: Adds an oper command /CLONES for detecting cloned # users. Warning: This command may be resource intensive when it is @@ -1166,14 +1160,6 @@ #<joinflood duration="1m"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Jump server module: Adds support for the RPL_REDIR numeric. -# This module is oper-only. -# To use, JUMPSERVER must be in one of your oper class blocks. -# If your server is redirecting new clients and you get disconnected, -# do a REHASH from shell to open up again. -#<module name="jumpserver"> - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Anti auto rejoin: Adds support for prevention of auto-rejoin (+J). #<module name="kicknorejoin"> |