mirror of
https://github.com/reality/dbot.git
synced 2024-11-27 14:29:29 +01:00
ffs
This commit is contained in:
parent
b3a558d81c
commit
aed155d5a2
@ -113,7 +113,7 @@ var sstats = function(dbot) {
|
||||
}
|
||||
|
||||
// Look for tracked words.
|
||||
if(event.message.charAt(0) != '~') return;
|
||||
if(event.message.charAt(0) != '~') {
|
||||
var wMap = {}; // Why reduce isn't working idk
|
||||
_.each(words, function(word) {
|
||||
word = word.toLowerCase();
|
||||
|
Loading…
Reference in New Issue
Block a user