https://github.com/kanghyojun/trinity-irc-bot
https://github.com/kanghyojun/trinity-irc-bot
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanghyojun/trinity-irc-bot
- Owner: kanghyojun
- Created: 2011-04-12T11:27:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-02-19T07:06:17.000Z (over 13 years ago)
- Last Synced: 2025-02-14T07:47:04.151Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.markdown
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/