diff options
Diffstat (limited to 'docs/modules.conf.example')
-rw-r--r-- | docs/modules.conf.example | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index 1bd91c293..0358703b7 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -953,6 +953,8 @@ # 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="m_jumpserver.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# @@ -1038,7 +1040,7 @@ # These commands require OPER status and that the LOCKSERV UNLOCKSERV # # are specified in a <class> tag that the oper is part of. This is so # # you can control who has access to this possible dangerous command. # -# If your server is locked and you got disconnected, do a REHASH from # +# If your server is locked and you get disconnected, do a REHASH from # # shell to open up again. # # This module is oper-only. |