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

i think this fix it

This commit is contained in:
reality 2013-09-02 21:32:46 +00:00
parent b1c41008ce
commit 4940eec5ce

View File

@ -43,7 +43,7 @@ var kick = function(dbot) {
'unbanee': unbanee, 'unbanee': unbanee,
'unbanner': unbanner 'unbanner': unbanner
}); });
dbot.api.report.notify(server, adminChannel, notifyString); dbot.api.report.notify('unban', server, unbanee, adminChannel, notifyString);
dbot.say(server, adminChannel, notifyString); dbot.say(server, adminChannel, notifyString);
// Notify Unbanee // Notify Unbanee