hubot-business-cat
hubot-business-cat copied to clipboard
Business cat is summoned when business jargon is used
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.3.1. Changelog Sourced from nanoid's changelog. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin). 3.2 Added --size and...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
add an environment variable to provide a backoff for installations with a high-frequency of jargon in use.
Fixes #19
Just had a rather unusual incident where someone, whose name **contained** the word "guru" (amongst many other letters) was mentioned in a room and business cat was summoned. Could this...
https://github.com/hubot-scripts/hubot-business-cat/blob/master/src/businesscat.coffee#L27 In `removeTerm()`, if a term is not found, it returns undefined due to the return being nested inside of the `if [found]`. Thus, if the last term in `omittedJargon`...