Added TLS show to UI preferences

This commit is contained in:
James Booth
2015-10-14 00:58:33 +01:00
parent 93358d5e62
commit 85764ddb53
3 changed files with 14 additions and 1 deletions

View File

@@ -191,7 +191,8 @@ static struct cmd_t command_defs[] =
{ "/tls",
cmd_tls, parse_args, 1, 3, NULL,
CMD_TAGS(
CMD_TAG_CONNECTION)
CMD_TAG_CONNECTION,
CMD_TAG_UI)
CMD_SYN(
"/tls allow",
"/tls always",