3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

var not int jesus christ java

This commit is contained in:
Luke Slater 2011-10-26 17:27:05 +01:00
parent 254f89f710
commit e8c0d5565f

View File

@ -23,7 +23,7 @@ var spelling = function(dbot) {
if(winnerDistance < 3) {
var fix = last[data.channel][data.user].replace(winner, correction);
dbot.say(data.channel, data.user + ':' + fix);
dbot.say(data.channel, data.user + ': ' + fix);
}
} else {
if(last.hasOwnProperty(data.channel)) {