diff options
author | Attila Molnar <attilamolnar@hush.com> | 2015-12-06 11:30:13 +0100 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2015-12-06 11:30:13 +0100 |
commit | f9f59c2706f965f7f753271f54536cf0531a2ba8 (patch) | |
tree | e3c90bc5a3d54021ad95a72b2685d7d2f6f211f5 /docs | |
parent | fd87f9f073dff6e2f21a92c96144fb6c0a46e8e3 (diff) |
Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extension
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 1270f242b..dddd6b91f 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -989,6 +989,12 @@ #<module name="ircv3_echomessage"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 invite-notify module: Provides the invite-notify IRCv3.2 +# extension which notifies supporting clients when a user invites +# another user into a channel. This respects <options:announceinvites>. +#<module name="ircv3_invitenotify"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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"> |