This commit is contained in:
reality 2013-12-24 03:22:04 +00:00
parent 0e46741d9a
commit 5a676220dc

View File

@ -12,7 +12,7 @@ var kick = function(dbot) {
},
'quiet': function(server, user, channel) {
dbot.instance.connections[server].send('MODE ' + channel + ' +q *!*@' + host);
dbot.say(server, this.config.chanserv, 'quiet ' + channel + ' ' + user);
},
'unquiet': function(server, user, channel) {