Raku / Raku/whateverable

Tellable should respond to private messages

Open
#374 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

tellable testneeded
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:

  1. A change to irc-privmsg-me so that you can /MSG tellable6 tell nick@channel …; or
  2. A change to normalize-weirdly to strip out tildes (~), which are not allowed in nicks. Then you can do .tell trey~harris or 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.