diff options
author | James Booth <boothj5@gmail.com> | 2016-11-23 00:17:50 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-11-23 00:17:50 +0000 |
commit | 926d935e26c3dddd193d3ca70645c512ebc7fe60 (patch) | |
tree | 23f46de5ab472e4996553956026b2c9f9b642d1f /src | |
parent | e043029a5069a30e8a7154a07d46260bece6358c (diff) | |
download | profani-tty-926d935e26c3dddd193d3ca70645c512ebc7fe60.tar.gz |
Fix help tags for /account
Diffstat (limited to 'src')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 8a44e83f..33ae1a76 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1953,7 +1953,7 @@ static struct cmd_t command_defs[] = { "clear", cmd_account_clear }) CMD_MAINFUNC(cmd_account) CMD_TAGS( - CMD_TAG_CONNECTION + CMD_TAG_CONNECTION, CMD_TAG_PRESENCE, CMD_TAG_CHAT, CMD_TAG_GROUPCHAT) |