mirror of
https://github.com/reality/dbot.git
synced 2025-01-27 04:24:25 +01:00
quiet fix
This commit is contained in:
parent
aaa924d9d8
commit
0e46741d9a
@ -12,7 +12,7 @@ var kick = function(dbot) {
|
|||||||
},
|
},
|
||||||
|
|
||||||
'quiet': function(server, user, channel) {
|
'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) {
|
'unquiet': function(server, user, channel) {
|
||||||
|
Loading…
Reference in New Issue
Block a user