idea : reply to a specific message like @user p[presence_id]
3 months, 2 weeks ago.
4 comments so far
actually, the @user is not
required in that case. Given that # and @ are take, we just need a
symbol to mean thread. 'pID' could do it, or =ID, or almost any
symbol at the beginning of the message followed by the id.
4 comments so far
actually, the @user is not required in that case. Given that # and @ are take, we just need a symbol to mean thread. 'pID' could do it, or =ID, or almost any symbol at the beginning of the message followed by the id.
3 months, 2 weeks ago by melo.
yep, =ID is fine :) It may be completed by =USER and =#CHANNEL to reply to user and channel latest message
3 months, 2 weeks ago by oncletom.
I don't like =user, it has race conditions. You might have your reply end up on a different message. Same thing for =channel.
3 months, 2 weeks ago by melo.
@melo: it happens to me almost every day.
3 months, 1 week ago by BUGabundo.