about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-10-14 00:58:33 +0100
committerJames Booth <boothj5@gmail.com>2015-10-14 00:58:33 +0100
commit85764ddb5314e3e52c515f245bec2190c6c68823 (patch)
tree2315d1b45cdd9ed623a7adac2ee2b1ceda078fbf /src/command
parent93358d5e621d8cde8c6c94b1c838b023293517b3 (diff)
downloadprofani-tty-85764ddb5314e3e52c515f245bec2190c6c68823.tar.gz
Added TLS show to UI preferences
Diffstat (limited to 'src/command')
-rw-r--r--src/command/command.c3
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",
'#n148'>148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196