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:
parent
254f89f710
commit
e8c0d5565f
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user