1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 21:55:24 +00:00

Removed 0.4.5 todo

This commit is contained in:
James Booth 2014-10-20 20:58:49 +01:00
parent 7a88898a21
commit e1f5cfb928
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +0,0 @@
Test all freetext args
Make form editing commands less verbose
Check /help groupings (add new commands)

View File

@ -359,6 +359,16 @@ static struct cmd_t command_defs[] =
"The affiliation may be one of owner, admin, member, outcast or none.",
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",
cmd_role, parse_args_with_freetext, 1, 4, NULL,
{ "/role set|list [role] [nick] [reason]", "Manage room roles.",