Fix /poll

This commit is contained in:
calzoneman 2013-10-12 19:03:39 -05:00
parent 2744b3a20d
commit 5c0d70f8eb
2 changed files with 4 additions and 0 deletions

View File

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

View File

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