From 5c0d70f8eb596f793356f5d02d1740eea07cd6be Mon Sep 17 00:00:00 2001 From: calzoneman Date: Sat, 12 Oct 2013 19:03:39 -0500 Subject: [PATCH] Fix /poll --- changelog | 3 +++ lib/chatcommand.js | 1 + 2 files changed, 4 insertions(+) diff --git a/changelog b/changelog index 906af988..7a6e35ec 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,6 @@ +Sat Oct 12 19:02 2013 CDT + * lib/chatcommand.js: Fix poll import + Sat Oct 12 18:58 2013 CDT * lib/user.js, lib/channel.js: Improve strictness of data checking to prevent errors from incoming bad data. Kick users who send diff --git a/lib/chatcommand.js b/lib/chatcommand.js index 4ab5b6d8..3d89dc03 100644 --- a/lib/chatcommand.js +++ b/lib/chatcommand.js @@ -10,6 +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"); function handle(chan, user, msg, data) { if(msg.indexOf("/me ") == 0)