mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05:00
commands: simplify /who usage string
As per https://modern.ircdocs.horse/#who-message
This commit is contained in:
parent
6692ed0035
commit
5d6de11a4c
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ export default {
|
||||||
execute: (app, args) => givemode(app, args, "+v"),
|
execute: (app, args) => givemode(app, args, "+v"),
|
||||||
},
|
},
|
||||||
"who": {
|
"who": {
|
||||||
usage: "[<mask> [o]]",
|
usage: "<mask>",
|
||||||
description: "Retrieve a list of users",
|
description: "Retrieve a list of users",
|
||||||
execute: (app, args) => {
|
execute: (app, args) => {
|
||||||
getActiveClient(app).send({ command: "WHO", params: args });
|
getActiveClient(app).send({ command: "WHO", params: args });
|
||||||
|
|
Loading…
Reference in a new issue