diff options
author | Peter Powell <petpow@saberuk.com> | 2018-08-13 21:35:28 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-08-13 21:51:12 +0100 |
commit | c60f88bb5ce23d1291dddfd3e15ba71c801b7d3c (patch) | |
tree | 2d0458bc555f7b55da0783f0b34a67a1b0253158 /docs/conf/modules.conf.example | |
parent | 58a0a7e01422e62de1565a8eb0a1febdc463d04d (diff) |
Add support for the IRCv3 account-tag specification.
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Diffstat (limited to 'docs/conf/modules.conf.example')
-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 6c3357d29..50a43021a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1037,6 +1037,11 @@ #<ircv3 accountnotify="on" awaynotify="on" extendedjoin="on"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 account-tag module. Adds the 'account' tag which contains the +# services account name of the message sender. +#<module name="ircv3_accounttag"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # IRCv3 cap-notify module: Provides the cap-notify IRCv3.2 extension. # Required for IRCv3.2 conformance. #<module name="ircv3_capnotify"> |