From 926d935e26c3dddd193d3ca70645c512ebc7fe60 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 23 Nov 2016 00:17:50 +0000 Subject: [PATCH] Fix help tags for /account --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)