From a514104c55222d3f8cd05b5d543643d1f5d270f5 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 15 Feb 2024 16:40:41 +0100 Subject: [PATCH] commands: drop unvoice We have devoice already, and that's the one defined in popular clients such as WeeChat. --- commands.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/commands.js b/commands.js index d881ec2..8b98a81 100644 --- a/commands.js +++ b/commands.js @@ -387,11 +387,6 @@ 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",