3
0
mirror of https://github.com/reality/dbot.git synced 2025-01-12 21:22:39 +01:00

quiet fix

This commit is contained in:
reality 2013-12-24 03:19:54 +00:00
parent aaa924d9d8
commit 0e46741d9a

View File

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