From f8754268269c7230c1dae4839edb4306ecf718d3 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 11 Jun 2021 13:02:04 +0200 Subject: [PATCH] Add /unvoice --- commands.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands.js b/commands.js index c23270f..119c42d 100644 --- a/commands.js +++ b/commands.js @@ -365,6 +365,11 @@ export default { return setUserHostMode(app, args, "-q"); }, }, + "unvoice": { + usage: "", + description: "Remove a user from the voiced list", + execute: (app, args) => givemode(app, args, "-v"), + }, "voice": { usage: "", description: "Give a user voiced status on this channel",