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

tinyspeck/logbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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