diff options
author | James Booth <boothj5@gmail.com> | 2015-10-14 00:58:33 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-14 00:58:33 +0100 |
commit | 85764ddb5314e3e52c515f245bec2190c6c68823 (patch) | |
tree | 2315d1b45cdd9ed623a7adac2ee2b1ceda078fbf /src/command | |
parent | 93358d5e621d8cde8c6c94b1c838b023293517b3 (diff) | |
download | profani-tty-85764ddb5314e3e52c515f245bec2190c6c68823.tar.gz |
Added TLS show to UI preferences
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/command.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index e6e518fe..def2815b 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -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", |