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

https://github.com/jelly/dogbot

A special irc bot for chee and other 🐶
https://github.com/jelly/dogbot

bot dog irc

Last synced: 6 months ago
JSON representation

A special irc bot for chee and other 🐶

Awesome Lists containing this project

README

          

# Dogbot

A special irc bot for chee and other 🐶.

## Configuration

Create a config.json in ${HOME}/.config/dogbot/config.json with the following options:

```
{
"server": "irc.freenode.net",
"nick": "doggooo",
"channels": ["#dogs"]
}
```

## Installation

```
npm install
node 🐶.js
```