mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Add /unvoice
This commit is contained in:
parent
0b3f5ef88b
commit
f875426826
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue