mirror of https://github.com/calzoneman/sync.git
Fix /poll
This commit is contained in:
parent
2744b3a20d
commit
5c0d70f8eb
|
@ -1,3 +1,6 @@
|
||||||
|
Sat Oct 12 19:02 2013 CDT
|
||||||
|
* lib/chatcommand.js: Fix poll import
|
||||||
|
|
||||||
Sat Oct 12 18:58 2013 CDT
|
Sat Oct 12 18:58 2013 CDT
|
||||||
* lib/user.js, lib/channel.js: Improve strictness of data checking
|
* lib/user.js, lib/channel.js: Improve strictness of data checking
|
||||||
to prevent errors from incoming bad data. Kick users who send
|
to prevent errors from incoming bad data. Kick users who send
|
||||||
|
|
|
@ -10,6 +10,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Logger = require("./logger.js");
|
var Logger = require("./logger.js");
|
||||||
|
var Poll = require("./poll");
|
||||||
|
|
||||||
function handle(chan, user, msg, data) {
|
function handle(chan, user, msg, data) {
|
||||||
if(msg.indexOf("/me ") == 0)
|
if(msg.indexOf("/me ") == 0)
|
||||||
|
|
Loading…
Reference in New Issue