Skip to content

jacques/logbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

About

Simple IRC bot in Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • Perl 12.1%
  • PHP 7.5%