about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-22 21:09:14 +0100
committerJames Booth <boothj5@gmail.com>2015-06-22 21:09:14 +0100
commit86acd4649bed31e0de9bbe469ac45184e2cee640 (patch)
tree1a71b1cd57d1693aead85a4b50b09efe21f664d6 /src/command/commands.c
parent24ebb51254034feb1a157f9aeef86007b0083181 (diff)
downloadprofani-tty-86acd4649bed31e0de9bbe469ac45184e2cee640.tar.gz
Added PGP prefs
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 38f15a74..f865b873 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -905,6 +905,10 @@ cmd_prefs(ProfWin *window, gchar **args, struct cmd_help_t help)
         cons_show("");
         cons_show_otr_prefs();
         cons_show("");
+    } else if (strcmp(args[0], "pgp") == 0) {
+        cons_show("");
+        cons_show_pgp_prefs();
+        cons_show("");
     } else {
         cons_show("Usage: %s", help.usage);
     }