hubot-archive / hubot-pager-me

PagerDuty integration for Hubot
https://www.npmjs.com/package/hubot-pager-me
MIT License
73 stars 92 forks source link

Less noise on a non-match #30

Closed stephenyeargin closed 9 years ago

stephenyeargin commented 9 years ago

Prior to this PR, using hubot pager ack PMTZY (as one might think is the ID of an incident) resulted in a terrible flood of text, caused by the code using the inspect method on a large array of hashes. As there is already a command to get a formatted list of open incidents, this is not needed.

Example of Inspect Behavior

jnewland commented 9 years ago

:+1: