mirror of
https://codeberg.org/emersion/gamja.git
synced 2024-11-14 19:05:01 -05:00
Add /lusers command
This commit is contained in:
parent
65c2816739
commit
1dcdb2d778
1 changed files with 7 additions and 0 deletions
|
@ -162,6 +162,13 @@ export default {
|
|||
ban.execute(app, args);
|
||||
},
|
||||
},
|
||||
"lusers": {
|
||||
usage: "[<mask> [<target>]]",
|
||||
description: "Requests user statistics about the network",
|
||||
execute: (app, args) => {
|
||||
getActiveClient(app).send({ command: "LUSERS", params: args });
|
||||
},
|
||||
},
|
||||
"me": {
|
||||
usage: "<action>",
|
||||
description: "Send an action message to the current buffer",
|
||||
|
|
Loading…
Reference in a new issue