diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-13 04:18:25 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-03-13 04:18:25 +0000 |
commit | b822830c5bd9fff5aecf4e8f876ade39a9c7ab6c (patch) | |
tree | 281094f7c4408b2a2c7f44259fd414b5f8065227 /docs | |
parent | e9808ffb01876ab0ebad383de7861899a17f1a63 (diff) |
Change lockserv emergency unlock procedure, and add one for jumpserver [jackmcbarn]
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12630 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-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. |