3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00
This commit is contained in:
Luke Slater 2011-10-09 16:07:42 +01:00
parent 3f13de4780
commit b278c1dd14

View File

@ -51,6 +51,7 @@ var adminCommands = function(dbot) {
} else {
dbot.db.bans[params[2]].push(params[1]);
}
dbot.say(data.channel, params[1] + ' banned from ' + params[2]);
}
};