Closed fntsrlike closed 9 years ago
There is no /me
API on Slack even if you can heard /me
from IRC.
Yes, you are right.
In other way, we can listen /me
events from IRC, and output text with Italics. Then we have the same display.
ref to this PR https://github.com/fntsrlike/slack-irc-syncbot/pull/13
why not add the effect in IrcMsgEncoder ?
BTW, Maybe we can use slash command
interaction to listen /me
from slack, and sent message to IRC
add the effect in IrcMsgEncoder. ref to PR https://github.com/fntsrlike/slack-irc-syncbot/pull/15
Slash Commands API won't send Slash Commands which are overlapped with those default Slash Commands like /me
.
Even if you have already set /me
into the Slash Commands API to listen on, Slack still sends it via outgoing token not slash commands token.
Other commands which are not overlapped with default slash commands are ok to be sent via the slash commands token.
Add
/me
command sync from both to each other