diff --git a/modules/kick/commands.js b/modules/kick/commands.js index ad02e82..0e6c157 100644 --- a/modules/kick/commands.js +++ b/modules/kick/commands.js @@ -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;