diff options
author | James Booth <boothj5@gmail.com> | 2014-10-20 21:01:27 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-10-20 21:01:27 +0100 |
commit | 140cf0cbb0896275d2a580e3a4eb975dc288d38e (patch) | |
tree | c48bc18b86844a2cde5e7733cb1f41b13cc419c7 /src/command | |
parent | e1f5cfb928ee7b034eb0044b1ef83d606ede0258 (diff) | |
download | profani-tty-140cf0cbb0896275d2a580e3a4eb975dc288d38e.tar.gz |
Revert "Removed 0.4.5 todo"
This reverts commit e1f5cfb928ee7b034eb0044b1ef83d606ede0258.
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/command/command.c b/src/command/command.c index 0fba4ee8..5726b49f 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -359,16 +359,6 @@ 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.", |