Skip to content

neckro/OCTOTROG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

203 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors