1.1.3 • Published 9 years ago

hubot-madlibs v1.1.3

Weekly downloads
13
License
-
Repository
github
Last release
9 years ago

Hubot Madlibs

A hubot script for playing Madlibs with your Hubot.

Installation

In hubot project repo, run:

npm install hubot-madlibs

Then add hubot-madlibs to your external-scripts.json:

[
  "hubot-madlibs"
]

Commands

madlib start - starts a new round of Madlibs madlib start <number> - starts using the madlib at index of madlib cancel - cancels a current round of Madlibs madlib (respond|r|submit|s) <response> - submits a Madlib response

Customization

The array Madlib#madlibs contains madlib data. Each element should be a JSON object containing two attributes: 'title' and 'text'. Format your text by placing blanks to be filled within double curly breaks, e.g. {{noun}}.

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.0.0

9 years ago