Renamed fingerprint command, updated help

This commit is contained in:
James Booth
2014-01-11 18:29:37 +00:00
parent b5469e2e06
commit bc8532b79c
2 changed files with 7 additions and 6 deletions

View File

@@ -2311,7 +2311,7 @@ cmd_otr(gchar **args, struct cmd_help_t help)
ProfAccount *account = accounts_get_account(jabber_get_account_name());
otr_keygen(account);
return TRUE;
} else if (strcmp(args[0], "fp") == 0) {
} else if (strcmp(args[0], "myfp") == 0) {
char *fingerprint = otr_get_fingerprint();
cons_show("Your fingerprint: %s", fingerprint);
return TRUE;