forked from GitHub/dbot
ffs
This commit is contained in:
parent
b3a558d81c
commit
aed155d5a2
@ -113,7 +113,7 @@ var sstats = function(dbot) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Look for tracked words.
|
// Look for tracked words.
|
||||||
if(event.message.charAt(0) != '~') return;
|
if(event.message.charAt(0) != '~') {
|
||||||
var wMap = {}; // Why reduce isn't working idk
|
var wMap = {}; // Why reduce isn't working idk
|
||||||
_.each(words, function(word) {
|
_.each(words, function(word) {
|
||||||
word = word.toLowerCase();
|
word = word.toLowerCase();
|
||||||
|
Loading…
Reference in New Issue
Block a user