Skip to content
forked from ctn/hubot-ikr

The things you like? Hubot likes those things too.

License

Notifications You must be signed in to change notification settings

davemcg3/hubot-ikr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hubot: IKNOWRIGHT?!

hubot-ikr listens for adverb-phrases that commonly convey enthusiasm, and responds by validating the shit out of them.

IKNOWRIGHT?!

Sometimes responding to every trigger word is too much for some users so you can turn hubot's agreeability down with the command:

be less agreeable

If you turn the agreeability down too far you can adjust it back up by saying:

be more agreeable

Agreeability setting is based on the TARS humor setting in the movie Interstellar so it responds to a percentage (integer). So, if you want to set it to a specific percentage you can say:

set agreeability to 60% 

To query the current agreeability setting just ask:

agreeability?

or use any variant thereof with "agreeability?" in the question, like:

What is your current agreeability?

Installation

Run the following command to install this module as a Hubot dependency

$ npm install hubot-ikr --save

Add hubot-ikr to your hubot's package.json and external-scripts.json (you may need to create this file).

In package.json it looks like this:

"dependencies": { 
"stuff",
"hubot-ikr": "0.0.1",
"other stuff"
}

In external-scripts.json it looks like this:

  [
  "stuff",
  "hubot-ikr",
  "other stuff"
  ]

About

The things you like? Hubot likes those things too.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%