about summary refs log tree commit diff stats
path: root/src/command/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-25 01:18:45 +0000
committerJames Booth <boothj5@gmail.com>2014-12-25 01:18:45 +0000
commit676ed1cbae17f7fff6435db58f20b7dfd8a28552 (patch)
treee94ad7a8aba36c3e957290c9648580440c094b7e /src/command/command.c
parent25a60c999745b1b5f9fb9372e7d22237e3a0aa0b (diff)
downloadprofani-tty-676ed1cbae17f7fff6435db58f20b7dfd8a28552.tar.gz
Fixed non OTR compilation
Diffstat (limited to 'src/command/command.c')
-rw-r--r--src/command/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c
index 74b3ad20..9b26f89d 100644
--- a/src/command/command.c
+++ b/src/command/command.c
@@ -1839,7 +1839,7 @@ cmd_execute_default(const char * inp)
                     ui_outgoing_chat_msg("me", chatwin->barejid, inp);
                 }
 #else
-                message_send(inp, send_recipient->str);
+                message_send_chat(send_recipient->str, inp);
                 if (prefs_get_boolean(PREF_CHLOG)) {
                     const char *jid = jabber_get_fulljid();
                     Jid *jidp = jid_create(jid);