diff options
author | June McEnroe <june@causal.agency> | 2021-01-24 00:49:53 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-24 12:59:15 -0500 |
commit | 3b1c1b835c6439507b68d7666df61fa96e61095c (patch) | |
tree | d5e64d09827726188ba103d3407876664a5655b3 /pounce.1 | |
parent | Add -o and -t options to trust self-signed certificates (diff) | |
download | pounce-3b1c1b835c6439507b68d7666df61fa96e61095c.tar.gz pounce-3b1c1b835c6439507b68d7666df61fa96e61095c.zip |
Support echo-message capability
Only request it with labeled-response, since it is impossible to correlate messages to clients without. For clients without echo-message, synthesize a label on PRIVMSG/NOTICE/TAGMSG, then filter out received messages with that label.
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index caeb243..148180f 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd January 11, 2021 +.Dd January 23, 2021 .Dt POUNCE 1 .Os . @@ -451,6 +451,7 @@ is supported: .Sy batch , .Sy cap-notify , .Sy chghost , +.Sy echo-message , .Sy extended-join , .Sy invite-notify , .Sy labeled-response , |