Actually fix /poll

This commit is contained in:
calzoneman 2013-10-12 19:04:42 -05:00
parent 5c0d70f8eb
commit 6c7566e790
1 changed files with 1 additions and 1 deletions

View File

@ -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)