From d57b2e20920e43a9f322ce0c99aad9787fa637fb Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 26 Oct 2011 17:25:41 +0100 Subject: [PATCH] var not int jesus christ java --- modules/spelling.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/spelling.js b/modules/spelling.js index a020d4a..b516a34 100644 --- a/modules/spelling.js +++ b/modules/spelling.js @@ -6,7 +6,6 @@ var spelling = function(dbot) { 'listener': function(data, params) { var q = data.message.valMatch(/^\*([\d\w\s]*)/, 2); if(q) { - dbot.say(data.channel, 'got q'); var correction = q[1]; var candidates = last[data.channel][data.user].split(' '); var winner = false; @@ -14,12 +13,14 @@ var spelling = function(dbot) { for(var i=0;i