diff --git a/modules/spelling.js b/modules/spelling.js index 0d97e46..b0c80d7 100644 --- a/modules/spelling.js +++ b/modules/spelling.js @@ -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;