From e8c0d5565f19eab9921d86e0df38b5e3a45e5eb2 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 26 Oct 2011 17:27:05 +0100 Subject: [PATCH] var not int jesus christ java --- modules/spelling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spelling.js b/modules/spelling.js index 7c59ab3..30f4b0a 100644 --- a/modules/spelling.js +++ b/modules/spelling.js @@ -23,7 +23,7 @@ var spelling = function(dbot) { if(winnerDistance < 3) { var fix = last[data.channel][data.user].replace(winner, correction); - dbot.say(data.channel, data.user + ':' + fix); + dbot.say(data.channel, data.user + ': ' + fix); } } else { if(last.hasOwnProperty(data.channel)) {