diff options
author | Peter Powell <petpow@saberuk.com> | 2018-08-13 21:44:11 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-08-13 22:01:21 +0100 |
commit | 224952435591734d8308fd2b612d51c030416e53 (patch) | |
tree | 5e4c0af3f77687cdeefdbd32e45c2cfb030d2616 /docs/conf | |
parent | c60f88bb5ce23d1291dddfd3e15ba71c801b7d3c (diff) |
Add support for the IRCv3 server-time specification.
Co-authored-by: Attila Molnar <attilamolnar@hush.com>
Diffstat (limited to 'docs/conf')
-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 50a43021a..5995580f9 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1068,6 +1068,11 @@ #<module name="ircv3_invitenotify"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# IRCv3 server-time module. Adds the 'time' tag which adds a timestamp +# to all messages received from the server. +#<module name="ircv3_servertime"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # IRCv3 Strict Transport Security module: Provides the sts IRCv3.2 # extension which allows clients connecting insecurely to upgrade their # connections to TLS. |