about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-11-23 00:17:50 +0000
committerJames Booth <boothj5@gmail.com>2016-11-23 00:17:50 +0000
commit926d935e26c3dddd193d3ca70645c512ebc7fe60 (patch)
tree23f46de5ab472e4996553956026b2c9f9b642d1f /src
parente043029a5069a30e8a7154a07d46260bece6358c (diff)
downloadprofani-tty-926d935e26c3dddd193d3ca70645c512ebc7fe60.tar.gz
Fix help tags for /account
Diffstat (limited to 'src')
-rw-r--r--src/command/cmd_defs.c2
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)