From 6c7566e790b9ddc7ba47f4591251e2f7af1662a3 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 12 Oct 2013 19:04:42 -0500 Subject: [PATCH] Actually fix /poll --- lib/chatcommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chatcommand.js b/lib/chatcommand.js index 3d89dc03..b340b38c 100644 --- a/lib/chatcommand.js +++ b/lib/chatcommand.js @@ -10,7 +10,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI */ var Logger = require("./logger.js"); -var Poll = require("./poll"); +var Poll = require("./poll").Poll; function handle(chan, user, msg, data) { if(msg.indexOf("/me ") == 0)