3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00

modehate message

This commit is contained in:
Luke Slater 2011-10-12 21:30:48 +01:00
parent b2c4793ad8
commit 00dbe563bd

View File

@ -64,7 +64,8 @@ var adminCommands = function(dbot) {
},
'modehate': function(data, params) {
dbot.db.modehate.push(params[2]);
dbot.db.modehate.push(params[1]);
dbot.say(data.channel, 'Now modehating on ' + params[1]);
}
};