mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Add /unvoice
This commit is contained in:
parent
0b3f5ef88b
commit
f875426826
@ -365,6 +365,11 @@ export default {
|
|||||||
return setUserHostMode(app, args, "-q");
|
return setUserHostMode(app, args, "-q");
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
"unvoice": {
|
||||||
|
usage: "<nick>",
|
||||||
|
description: "Remove a user from the voiced list",
|
||||||
|
execute: (app, args) => givemode(app, args, "-v"),
|
||||||
|
},
|
||||||
"voice": {
|
"voice": {
|
||||||
usage: "<nick>",
|
usage: "<nick>",
|
||||||
description: "Give a user voiced status on this channel",
|
description: "Give a user voiced status on this channel",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user