https://github.com/basilfx/nodejs-ircbot
Simple node.js implementation of an IRC-client
https://github.com/basilfx/nodejs-ircbot
Last synced: 9 months ago
JSON representation
Simple node.js implementation of an IRC-client
- Host: GitHub
- URL: https://github.com/basilfx/nodejs-ircbot
- Owner: basilfx
- Created: 2011-10-22T00:41:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-23T10:07:04.000Z (over 14 years ago)
- Last Synced: 2025-03-03T14:47:57.578Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
** Simple node.js implementation of an IRC client **
Very simple IRC client programmed in node.js. Used in a tutorial node.js for a magazine I write for.
Features:
* Basic initialization
* Commands and chatbot (via http://www.pandorabots.com)
Note: it does _not_ handle errors at all!