3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
This commit is contained in:
Luke Slater 2011-12-14 20:57:15 +00:00
parent 817915958b
commit ea14374736

View File

@ -20,7 +20,7 @@ var spelling = function(dbot) {
}
}
if(winnerDistance < 5) {
if(winnerDistance < 7) {
if(winner !== correction) {
var fix = last[data.channel][data.user].replace(winner, correction);
last[data.channel][data.user] = fix;