mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
parent
e1f5cfb928
commit
140cf0cbb0
3
TODO_045
3
TODO_045
@ -0,0 +1,3 @@
|
|||||||
|
Test all freetext args
|
||||||
|
Make form editing commands less verbose
|
||||||
|
Check /help groupings (add new commands)
|
@ -359,16 +359,6 @@ static struct cmd_t command_defs[] =
|
|||||||
"The affiliation may be one of owner, admin, member, outcast or none.",
|
"The affiliation may be one of owner, admin, member, outcast or none.",
|
||||||
NULL } } },
|
NULL } } },
|
||||||
|
|
||||||
{ "/affiliations",
|
|
||||||
cmd_affiliation, parse_args, 0, 0, NULL,
|
|
||||||
{ "/affiliation set|list [affiliation] [jid] [reason]", "Manage room affiliations.",
|
|
||||||
{ "/affiliation set|list [affiliation] [jid] [reason]",
|
|
||||||
"--------------------------------------------------",
|
|
||||||
"set affiliation jid [reason]- Set the affiliation of user with jid, with an optional reason.",
|
|
||||||
"list [affiliation] - List all users with the specified affiliation, or all if none specified.",
|
|
||||||
"The affiliation may be one of owner, admin, member, outcast or none.",
|
|
||||||
NULL } } },
|
|
||||||
|
|
||||||
{ "/role",
|
{ "/role",
|
||||||
cmd_role, parse_args_with_freetext, 1, 4, NULL,
|
cmd_role, parse_args_with_freetext, 1, 4, NULL,
|
||||||
{ "/role set|list [role] [nick] [reason]", "Manage room roles.",
|
{ "/role set|list [role] [nick] [reason]", "Manage room roles.",
|
||||||
|
Loading…
Reference in New Issue
Block a user