diff options
author | June McEnroe <june@causal.agency> | 2019-10-22 22:16:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-10-22 22:16:46 -0400 |
commit | 6eadee9b6e4f265b830a765acc60b7cd10261b6d (patch) | |
tree | 98507f1b691db49c2745537e3143043e99c77368 | |
parent | Implement serverConnect (diff) | |
download | pounce-6eadee9b6e4f265b830a765acc60b7cd10261b6d.tar.gz pounce-6eadee9b6e4f265b830a765acc60b7cd10261b6d.zip |
Mention server-time in manual page
Diffstat (limited to '')
-rw-r--r-- | linger.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linger.1 b/linger.1 index aad9df1..7c0001f 100644 --- a/linger.1 +++ b/linger.1 @@ -1,4 +1,4 @@ -.Dd October 14, 2019 +.Dd October 22, 2019 .Dt LINGER 1 .Os . @@ -31,6 +31,8 @@ is a multi-client, TLS-only IRC bouncer. It maintains a persistent connection to an IRC server while allowing clients to connect and disconnect, receiving messages that were missed upon reconnection. +Clients should use the IRCv3.2 server-time extension +to know when missed messages were received. . .Pp The arguments are as follows: |