Added SMP secret authentication success message

This commit is contained in:
James Booth
2014-04-27 01:17:38 +01:00
parent c39c093fa5
commit 2bc19f4669
5 changed files with 39 additions and 1 deletions

View File

@@ -2801,7 +2801,6 @@ cmd_otr(gchar **args, struct cmd_help_t help)
} else {
char *recipient = ui_current_recipient();
otr_smp_secret(recipient, secret);
ui_current_print_formatted_line('!', 0, "OTR secret entered");
}
}
return TRUE;