diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 15:17:50 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-02 15:17:50 +0000 |
commit | fa4ef422eaf77a0d9d29ce3e5b11db0e40c86e09 (patch) | |
tree | 79a4adee2940f295422ae68b0a53e4d8f371d3dd /docs | |
parent | 3e0bbf27906d0485c091457a76dd8447b9ad75ba (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')
-rw-r--r-- | docs/inspircd.conf.example | 7 |
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"> |