mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
modehate message
This commit is contained in:
parent
b2c4793ad8
commit
00dbe563bd
@ -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]);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user