Skip to content
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

event.reply() should add reply tags when msgids are available #145

Open
vith opened this issue Apr 19, 2018 · 0 comments
Open

event.reply() should add reply tags when msgids are available #145

vith opened this issue Apr 19, 2018 · 0 comments

Comments

@vith
Copy link
Contributor

vith commented Apr 19, 2018

irc-framework/src/client.js

Lines 178 to 184 in 759a85e

event_arg.reply = function(message) {
var dest = event_arg.target === client.user.nick ?
event_arg.nick :
event_arg.target;
client.say(dest, message);
};

https://ircv3.net/specs/client-tags/reply.html

@vith vith changed the title message.reply() should add reply tags when msgids are available event.reply() should add reply tags when msgids are available Apr 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant