bad 2015 code
  • JavaScript 100%
Find a file
2015-07-26 19:40:32 +02:00
.gitignore initial commit 2015-07-15 00:34:58 +02:00
config.sample.js initial commit 2015-07-15 00:34:58 +02:00
index.js Revert "Fix disconnecting from the DB" 2015-07-26 19:31:15 +02:00
LICENSE Add license 2015-07-26 19:40:32 +02:00
package.json initial commit 2015-07-15 00:34:58 +02:00
README.md Add license 2015-07-26 19:40:32 +02:00
schema.sql initial commit 2015-07-15 00:34:58 +02:00

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.