Skip to content
/ hubot-ikr Public
forked from djosephsen/hubot-ikr

The things you like? Hubot likes those things too.

License

Notifications You must be signed in to change notification settings

ctn/hubot-ikr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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?!

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%