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 {