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)