-
Notifications
You must be signed in to change notification settings - Fork 0
Mentions #3
Copy link
Copy link
Open
Labels
entryGood for newcomersGood for newcomersfeaturenew featurenew featurepriorityExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
entryGood for newcomersGood for newcomersfeaturenew featurenew featurepriorityExtra attention is neededExtra attention is needed
1:1 Mentions, e.g.
@userare easy: we would tag names (which we already use) with (discord) user ids. IRC style mentions require slightly more work. We have to check that there's a valid user on the first index of a space separated array of the message (stripping the colon, of course). We can then apply the first technique.Scope should be ~4-5 LoC implementation in discord_ and irc_, respectively. May be able to get away with raw
<@user_id>, otherwise, closer to 10 LoC.