diff options
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"> |
