Added /otr policy to commands (still need to add autocomplete stuff?)

This commit is contained in:
lightb
2014-04-19 04:18:53 -04:00
parent 02b77cfa4e
commit a687e3f6b4
3 changed files with 21 additions and 2 deletions

View File

@@ -421,7 +421,6 @@ _otr_get_their_fingerprint(const char * const recipient)
static char *
_otr_encrypt_message(const char * const to, const char * const message)
{
return NULL;
char *newmessage = NULL;
gcry_error_t err = otrlib_encrypt_message(user_state, &ops, jid, to, message, &newmessage);