
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
Hubot plugin to send a user a message the next time they are present in the room
Hubot plugin to send a user a message the next time they are present in the room
Add hubot-tell to your package.json file:
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-tell": "*"
}
Add hubot-tell to your external-scripts.json:
["hubot-tell"]
Run npm install
Assuming your hubot instance is called hubot, you can instruct it to relay a message as follows:
hubot: tell <recipients> <message>
The message will then be stored and relayed to the recipient(s) as soon as they enter the room. You can specifiy a comma-separated list to send your message to multiple users.
Case-insensitive prefix matching is used to match the recipients' nicknames. That way, you can make sure that your message will reach its destination, even if the recipient has a different nickname suffix. If you send a message to foo, and foo1 joins the room, the message will be delivered to them.
If your hubot has a persistent brain (e.g. with redis), messages will be preserved there even if you restart your life embetterment robot.
By default, this script uses absolute timestamps to indicate when a message was sent. If you prefer relative timestamps of the form 2 hours ago over absolute ones like Mon Apr 21 2014 10:37:28 GMT+0200 (CEST), set the evironment variable HUBOT_TELL_RELATIVE_TIME.
Contributions to this script were made by Chris Christensen, Fabio Cantoni, Uwe L. Korn, BFGeorge9000, Josh Nichols, and Lorenz HĂĽbschle-Schneider before it was migrated to this repository. This information was lost during the migration process from the github/hubot-scripts repository, so they shall be listed here instead.
FAQs
Hubot plugin to send a user a message the next time they are present in the room
The npm package hubot-tell receives a total of 16 weekly downloads. As such, hubot-tell popularity was classified as not popular.
We found that hubot-tell demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.