flying-squid-irc
Version:
Make a bridge between flying-squid and an IRC channel.
40 lines (28 loc) • 986 B
Markdown
# flying-squid-irc
[](http://npmjs.com/package/prismarine-biome)
[](https://circleci.com/gh/rom1504/flying-squid-irc/tree/master)
Make a bridge between flying-squid (or dazed-sheep!) and an IRC channel.
## Usage
To use it : `npm install flying-squid-irc` in your flying-squid instance.
And then add something like this in your settings:
```json
"flying-squid-irc": {
"chan":"#PrismarineJS/flying-squid",
"pass":"<take it from https://irc.gitter.im/>",
"server":"irc.gitter.im",
"nick":"<nick>",
"startingMessage":"I live!"
}
```
## History
### 1.0.0
* standardjs + no babel + update irc dep
### 0.2.1
* add [mc] prefix to connection/disconnection
### 0.2.0
* add connection/disconnection notice
### 0.1.0
* improve irc messages a bit
* change according to flying-squid api
### 0.0.0
* works