From bd35268526a4d2777e05c471330e7991ef660c91 Mon Sep 17 00:00:00 2001 From: bqv Date: Sat, 23 Apr 2022 23:32:56 +0100 Subject: [PATCH] misc fix --- channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channel.cpp b/channel.cpp index 70c2afa..91c87ad 100644 --- a/channel.cpp +++ b/channel.cpp @@ -1121,7 +1121,7 @@ int channel__send_message(struct t_account *account, struct t_channel *channel, "xmpp_message,message,private,notify_none,self_msg,log1", "%s\t%s", user__as_prefix_raw(account, account_jid(account)), - body); + body.data()); return WEECHAT_RC_OK; }