From 4bb3836665642d54511cecdbd3fbd43ac400eba2 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Sat, 14 Apr 2012 06:08:54 +0100 Subject: [PATCH] needed to require http. whoops. --- modules/autoshorten.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/autoshorten.js b/modules/autoshorten.js index 72d2a5d..6f2f408 100644 --- a/modules/autoshorten.js +++ b/modules/autoshorten.js @@ -1,3 +1,5 @@ +var http = require('http'); + var autoshorten = function(dbot) { var dbot = dbot;