summaryrefslogtreecommitdiff
path: root/docs/modules.conf.example
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-03-13 04:18:25 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-03-13 04:18:25 +0000
commitb822830c5bd9fff5aecf4e8f876ade39a9c7ab6c (patch)
tree281094f7c4408b2a2c7f44259fd414b5f8065227 /docs/modules.conf.example
parente9808ffb01876ab0ebad383de7861899a17f1a63 (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/modules.conf.example')
-rw-r--r--docs/modules.conf.example4
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.