summaryrefslogtreecommitdiff
path: root/docs/inspircd.conf.example
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-02 15:17:50 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-02 15:17:50 +0000
commitfa4ef422eaf77a0d9d29ce3e5b11db0e40c86e09 (patch)
tree79a4adee2940f295422ae68b0a53e4d8f371d3dd /docs/inspircd.conf.example
parent3e0bbf27906d0485c091457a76dd8447b9ad75ba (diff)
Document m_spy here (yes Om, i kept alphabetical order!)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3014 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r--docs/inspircd.conf.example7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example
index d624e3ad2..63556b8cb 100644
--- a/docs/inspircd.conf.example
+++ b/docs/inspircd.conf.example
@@ -926,6 +926,13 @@
#<module name="m_showwhois.so">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
+# Spy module: Adds the commands SPYLIST and SPYNAMES that let opers
+# see who is in a +s channel, and list +s channels, show keys of keyed
+# channels the oper is not a member of etc. (standard 'abusive' features
+# of unrealircd, modulized here in InspIRCd).
+#<module name="m_spy.so">
+
+#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# SSL channel mode module: Adds support for SSL-only channels (+z).
# does not do anything useful without a working SSL module (see below)
#<module name="m_sslmodes.so">