mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Add /lusers command
This commit is contained in:
parent
65c2816739
commit
1dcdb2d778
@ -162,6 +162,13 @@ export default {
|
|||||||
ban.execute(app, args);
|
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": {
|
"me": {
|
||||||
usage: "<action>",
|
usage: "<action>",
|
||||||
description: "Send an action message to the current buffer",
|
description: "Send an action message to the current buffer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user