Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 814 Bytes

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!"