Skip to content

add solanum.chat/reply capability #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions _spec/reply.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
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.

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!