Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

A hubot script to remember a key and value with one or more lines

Notifications You must be signed in to change notification settings

ikuo/hubot-remember-multiline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-remember-multiline

npm version Build Status

A hubot script to remember values with one or more lines.

See src/remember-multiline.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-remember-multiline --save

Then add hubot-remember-multiline to your external-scripts.json:

[
  "hubot-remember-multiline"
]

Sample Interaction

user1>> hubot remember key1 is value1
hubot>> ok
user1>> hubot remember key1
hubot>> value1

See ./test/*.coffee for more examples.

See Also

remember.coffee in hubot-scripts.

About

A hubot script to remember a key and value with one or more lines

Resources

Stars

Watchers

Forks

Packages

No packages published