From 0a49fc32c7bd71bfefb6a6519329f35500d74111 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sat, 15 Feb 2014 21:53:38 +0000 Subject: [PATCH] Fixed /tiny OTR messages --- src/command/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/commands.c b/src/command/commands.c index 4c0fe6fc..deb62d54 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -1935,7 +1935,7 @@ cmd_tiny(gchar **args, struct cmd_help_t help) if (tiny != NULL) { if (win_type == WIN_CHAT) { char *recipient = ui_current_recipient(); -#ifdef HAVE_LIBOTR +#ifdef PROF_HAVE_LIBOTR if (otr_is_secure(recipient)) { char *encrypted = otr_encrypt_message(recipient, tiny); if (encrypted != NULL) {