mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +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) {
|
if(winnerDistance < 3) {
|
||||||
var fix = last[data.channel][data.user].replace(winner, correction);
|
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 {
|
} else {
|
||||||
if(last.hasOwnProperty(data.channel)) {
|
if(last.hasOwnProperty(data.channel)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user