about summary refs log tree commit diff stats
path: root/src/otr
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-12-20 00:52:35 +0000
committerJames Booth <boothj5@gmail.com>2014-12-20 00:52:35 +0000
commitea267e2017c8e941166754d50180fdfbca85eefe (patch)
tree2398f03a0370f38b404f7e62448d81083acf4c07 /src/otr
parent0146e625769eda832f9d9bf1b10451a2cee12c5f (diff)
downloadprofani-tty-ea267e2017c8e941166754d50180fdfbca85eefe.tar.gz
Refactored all window recipients and types
Tests need fixing
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index 9661089e..3f51ed18 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -109,7 +109,7 @@ static void
 cb_inject_message(void *opdata, const char *accountname,
     const char *protocol, const char *recipient, const char *message)
 {
-    message_send(message, recipient);
+    message_send_chat(recipient, message);
 }
 
 static void