Add /unvoice

This commit is contained in:
Simon Ser 2021-06-11 13:02:04 +02:00
parent 0b3f5ef88b
commit f875426826

View file

@ -365,6 +365,11 @@ export default {
return setUserHostMode(app, args, "-q");
},
},
"unvoice": {
usage: "<nick>",
description: "Remove a user from the voiced list",
execute: (app, args) => givemode(app, args, "-v"),
},
"voice": {
usage: "<nick>",
description: "Give a user voiced status on this channel",