forked from GitHub/dbot
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