Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jjasghar/hubot-welcome


https://github.com/jjasghar/hubot-welcome

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# hubot-welcome
A hubot script to greet newbies to your channel

See [`src/welcome.coffee`](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`:

```json
[
"hubot-welcome"
]
```

## Configuration

None :)

## Command
Example: `hubot welcome ` The default greeting is: `nice to meet you!`

## Sample Interaction

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