diff options
| author | 2012-04-09 06:39:38 -0700 | |
|---|---|---|
| committer | 2012-04-09 06:39:38 -0700 | |
| commit | 801a1586b166bbbebaeb8fcf5d21b42cad1b8f5a (patch) | |
| tree | d13d6301288b879e71c8cdab4763c7e56a427ee7 /docs | |
| parent | Merge pull request #20 from Shawn-Smith/insp21+umode_redirect (diff) | |
| parent | Added the module for join/part snomasks (diff) | |
Merge pull request #29 from Shawn-Smith/insp21+joinpart_sno v2.1b3
[2.1] Add new module for join/part snomasks (m_joinpartsno)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules.conf.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/modules.conf.example b/docs/modules.conf.example index b2d120fd7..798d779f3 100644 --- a/docs/modules.conf.example +++ b/docs/modules.conf.example @@ -260,6 +260,13 @@ #<module name="m_chancreate.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Join / Part server notice mask module: Adds snomasks +e and +p +# Snomask +e will notify opers when users join channels. +# Snomask +p will notify opers when users part channels. +# This module is oper-only. +#<module name="m_joinpartsno.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Channel filter module: Allows channel-op defined message # filtering using simple string matches (channel mode +g) #<module name="m_chanfilter.so"> |
