From 8a959a62b8a0f862042081435459f8823ad6db29 Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Wed, 26 Oct 2011 20:56:52 +0100 Subject: [PATCH] meant --- modules/spelling.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spelling.js b/modules/spelling.js index 9f9c7e5..1a96af7 100644 --- a/modules/spelling.js +++ b/modules/spelling.js @@ -24,7 +24,7 @@ var spelling = function(dbot) { if(winnerDistance < 3) { if(winner !== correction) { var fix = last[data.channel][data.user].replace(winner, correction); - dbot.say(data.channel, data.user + ': ' + fix); + dbot.say(data.channel, data.user + ' meant: ' + fix); } } } else {