Tellable should respond to private messages
Nobody has claimed this yet.
- Dominant language
- Raku
- Stars
- 19
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Since you have to mention the nick if you want to .tell, if the user leaves themselves afk on the channel, you take the risk of setting off a sleepytime notification in simply mentioning them in the .tell. So I’d suggest either:
- A change to
irc-privmsg-meso that you can/MSG tellable6 tell nick@channel …; or - A change to
normalize-weirdlyto strip out tildes (~), which are not allowed in nicks. Then you can do.tell trey~harrisor some-such to keep the channel from ringing the user.
I’m capable of submitting a PR for either if you want to just select one. Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the irc-privmsg-me and normalize-weirdly entry points named in the issue, then compare how .tell handles channel mentions and private messages. Decide with the maintainer which proposed behavior to implement, and verify that a private .tell no longer triggers the channel notification behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100