Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 547 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 547 Bytes

hubot-welcome

A hubot script to greet newbies to your channel

See src/welcome.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-welcome --save

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

[
  "hubot-welcome"
]

Configuration

None :)

Command

Example: hubot welcome <some welcome message> The default greeting is: nice to meet you!

Sample Interaction

user1> Hey everyone I'm new!
Hubot> Welcome user1, nice to meet you!