A bot that tracks your outgoing pings on Slack, making sure you never forget any of your requests.
- All messages that begin with
@ping @mention
are automatically recorded into your ping log. - View your ping log by typing
@ping log
, which will display all of your outgoing pings, sorted oldest-first. - Re-ping by typing
@ping n
, which will repeat messagen
in the channel it was originally sent to and update its timestamp in your log. - Close pings by typing
@ping close n
.
Tip: hubot-ping supports multiple re-pings and closes in the same command: @ping 0 1 2
will close ping 0, 1, and 2.
npm install
bin/hubot