Skip to content

Instantly share code, notes, and snippets.

@ifandswitch
ifandswitch / trollboxMonero.js
Last active December 3, 2016 06:54 — forked from ChristopherKing42/trollboxMonero.js
Node.JS - Quick & Dirty Poloniex Trollbox IRC Relay. Debian/Ubuntu: apt-get install libicu-dev / NPM Modules: npm install autobahn ent irc irc-colors
// Poloniex Trollbox IRC Relay with filter
var autobahn = require('autobahn');
var ent = require('ent');
var irc = require('irc');
var c = require('irc-colors');
// set it up
var config = {
network: 'irc.freenode.net',