neckro / OCTOTROG

Dungeon Crawl Stone Soup IRC relay bot, node.js version

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCTOTROG.JS

Based on the original OCTOTROG bot written in Perl by shmup: https://github.com/shmup/octotrog

The Perl version wasn't terribly maintainable, so I rewrote it using Node and the nodeirc library, which is much more flexible.

The bot's main function is to send commands from an IRC channel to a pantheon of infobots on another server, and relay the response back.

Dependencies:

  • Node
  • SQLite 3 dev headers (Debian/Ubuntu package libsqlite3-dev)

Basic instructions:

  • Edit octotrog.js and set server and channels
  • Run sqlite3 db/save.db < db/schema.sql to initialize the database
  • npm install
  • npm start

About

Dungeon Crawl Stone Soup IRC relay bot, node.js version


Languages

Language:JavaScript 91.9%Language:Pug 8.1%