mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 18:49:03 -04:00
Update modules.conf.example with m_ircv3
This commit is contained in:
parent
9fc6f1eac5
commit
d77540142f
@ -924,6 +924,22 @@
|
||||
# Does a +I bypass channel +k in addition to +i?
|
||||
#<inviteexception bypasskey="yes">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# IRCv3 module: Provides the following IRCv3.1 extensions:
|
||||
# extended-join, away-notify and account-notify. These are optional
|
||||
# enhancements to the client-to-server protocol. An extension is only
|
||||
# active for a client when the client specifically requests it, so this
|
||||
# module needs m_cap to work.
|
||||
#
|
||||
# Further information on these extensions can be found at the IRCv3
|
||||
# working group website:
|
||||
# http://ircv3.atheme.org/extensions/
|
||||
#
|
||||
#<module name="m_ircv3.so">
|
||||
# The following block can be used to control which extensions are
|
||||
# enabled.
|
||||
#<ircv3 accoutnotify="on" awaynotify="on" extendedjoin="on">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# Join flood module: Adds support for join flood protection (+j)
|
||||
#<module name="m_joinflood.so">
|
||||
|
Loading…
x
Reference in New Issue
Block a user