Argh! winner, not correction. Old code would match _anything_, not good.

This commit is contained in:
Psychedelic Squid 2012-03-06 23:04:37 +00:00
parent 68943d6c8f
commit a83b1c2bd5

View File

@ -19,7 +19,7 @@ var spelling = function(dbot) {
}
}
if(winnerDistance < Math.ceil(correction.length * 1.33)) {
if(winnerDistance < Math.ceil(winner.length * 1.33)) {
if(winner !== correction) {
var fix = last[data.channel][candidate].replace(winner, correction);
if (/^.ACTION/.test(fix)) {