diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-12-05 16:38:51 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-12-05 16:38:51 +0100 |
commit | b553bf90024895552630fac054213a50ebf9d76c (patch) | |
tree | 5412e1082b80925983a0a2fb70f457595ccb34c0 /docs | |
parent | 4a02829e4ff8b89f48104d5a98eaad9d3739f594 (diff) |
Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 055bdc0b4..a25b3e390 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -966,6 +966,11 @@ #<ircv3 accountnotify="on" awaynotify="on" extendedjoin="on"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 cap-notify module: Provides the cap-notify IRCv3.2 extension. +# Required for IRCv3.2 conformance. +#<module name="ircv3_capnotify"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Join flood module: Adds support for join flood protection +j X:Y. # Closes the channel for 60 seconds if X users join in Y seconds. #<module name="joinflood"> |