3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

nickserv freeze account on ~nban

This commit is contained in:
reality 2014-02-07 15:20:24 +00:00
parent 1751c197b6
commit 33c48f854c

View File

@ -190,6 +190,9 @@ var commands = function(dbot) {
'admin_channel': adminChannel
}));
}
// err
dbot.say(event.server, 'NickServ', 'FREEZE ' + banee + ' ON ' + reason);
// Ban the user from all channels
var i = 0;