1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fix help tags for /account

This commit is contained in:
James Booth 2016-11-23 00:21:23 +00:00
parent 63bf89e6fc
commit 40b90bb0ec

View File

@ -1885,7 +1885,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)