3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-04 09:59:27 +01:00
This commit is contained in:
Luke Slater 2011-10-12 18:14:38 +01:00
parent 79bbc034c4
commit fca6c4f573

View File

@ -64,7 +64,7 @@ var adminCommands = function(dbot) {
}, },
'modehate': function(data, params) { 'modehate': function(data, params) {
dbot.db.modehate.push(params[2]); //dbot.db.modehate.push(params[2]);
} }
}; };