bad 2015 code
- JavaScript 100%
| .gitignore | ||
| config.sample.js | ||
| index.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| schema.sql | ||
node-irc-logger
A thing that logs chat messages in some channels on a IRC network an puts them into a database.
You can run this cloning this repo and then doing npm install to install dependencies. Change the stuff in config.js. Then, you do while true; do node index.js; done, and hope your script doesn't break unexpectedly.
Tested on windows using mariadb for windows, nodejs v0.12.7, babun. Tested on linux with the same stuff, except I was using bash instead of babun.
License
MIT. Do the fuck you want, I don't care.