mirror of
https://github.com/reality/dbot.git
synced 2025-01-11 12:32:36 +01:00
DO NOT CALL QUIET IN UNQUIET
This commit is contained in:
parent
2ee4acc994
commit
e0ece997f8
@ -30,7 +30,7 @@ var commands = function(dbot) {
|
||||
}
|
||||
channel = channel.trim();
|
||||
|
||||
this.api.quiet(server, quietee, channel);
|
||||
this.api.unquiet(server, quietee, channel);
|
||||
event.reply(dbot.t('unquieted', { 'quietee': quietee }));
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user