diff options
author | June McEnroe <june@causal.agency> | 2019-11-18 01:59:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-18 01:59:19 -0500 |
commit | ef3660876e9843b0af0265416db4ce10da4af619 (patch) | |
tree | 5ac6a92541b44adfa43b3347cf987f5acb81af98 | |
parent | Request NAMES on sync by default (diff) | |
download | pounce-ef3660876e9843b0af0265416db4ce10da4af619.tar.gz pounce-ef3660876e9843b0af0265416db4ce10da4af619.zip |
Document inadvertent echo bug
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index 61b7658..0e0ab91 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd November 15, 2019 +.Dd November 18, 2019 .Dt POUNCE 1 .Os . @@ -518,3 +518,9 @@ or join .Li #ascii.town on .Li chat.freenode.net . +. +.Pp +A client will sometimes receive its own message, +causing it to be displayed twice. +This happens when a message is sent +while responses are not yet consumed. |