Skip to content
Simple IRC bot in Node
JavaScript Perl
Find file
Latest commit 9f72520 @iamcal iamcal typo fix
Failed to load latest commit information.
.gitignore
README.md
config.js.example
inject.pl
logbot.js
schema.sql

README.md

logbot

A very simple IRC bot. Accepts messages to broadcast via UDP and logs messages to MySQL.

Requirements

You'll need to grab:

You can probably install these via npm, but I still don't understand how npm chooses forks. Clone the above masters and npm link them if you're unsure.

Setup

  1. Copy config.js.example to config.js and modify the values.
  2. Create a table in MySQL using schema.sql
  3. Start it up - node logbot.pl
  4. To send a simple test message, you can use the included perl utility - perl inject.pl "Message!"
Something went wrong with that request. Please try again.