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

https://github.com/kanghyojun/trinity-irc-bot


https://github.com/kanghyojun/trinity-irc-bot

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Trinity irc bot

trinity irc bot is a simple todo-managament irc bot. it works with nodejs / node-irc.

# Dependency

## [node-irc][node-irc]

NodeJS IRC client library. (simply you can get from [npm][npm] `$ npm install irc`)

# Usage

First of all, you should copy config.json.dist to config.json to configure your bot's name, etc infomations. (if you don't, you can't run bot)

$ cp config.json.dist config.json

Then, you can start bot with nodejs.

$ node bot.js

# Developer

- Hyojun, Kang admire9 (at) gmail.com

[node-irc]: https://github.com/martynsmith/node-irc
[npm]:http://npmjs.org/