diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-08 16:47:12 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-08 16:47:12 +0200 |
commit | d77540142f52256bba8b0fd22bd0e651f86fde8e (patch) | |
tree | e1947f5e6cdfcb9097f5874c3339fe342a3984a9 | |
parent | 9fc6f1eac580c9114e0f6ed83233683fb16a5e3f (diff) |
Update modules.conf.example with m_ircv3
-rw-r--r-- | docs/conf/modules.conf.example | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 5552d33f8..32217138a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -925,6 +925,22 @@ #<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"> |