Skip to content

Commit

Permalink
add solanum.chat/reply capability
Browse files Browse the repository at this point in the history
  • Loading branch information
jesopo committed Jul 23, 2022
1 parent 2354e06 commit 75157c1
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions _spec/reply.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: reply
alias:
- reply
---

Description
===========

The ``solanum.chat/reply`` capability informs the server that you'd like to be in receipt of IRCv3's `reply message tag <https://ircv3.net/specs/client-tags/reply>`_, so that the server will not attempt to downgrade replies sent by other users when sending those replies on to you.

The tag MUST be named ``solanum.chat/reply`` and specifies no value.

Example
-------

Consider the example of a user ``fred`` replying to user ``bob`` in a channel you're in, once you've requested this capability

::

@msgid=QgAABclB :bob PRIVMSG #solanum :nice weather today!
@+reply=QgAABclB;msgid=wfMKLH5M :fred PRIVMSG #solanum :for ducks!

and consider the example of the same, but you have not requested this capability

::

:bob PRIVMSG #solanum :nice weather today!
:fed PRIVMSG #solanum :bob: for ducks!

0 comments on commit 75157c1

Please sign in to comment.