This commit is contained in:
Luke Slater 2011-10-26 20:56:52 +01:00
parent aa7fc99144
commit 8a959a62b8

View File

@ -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 {