master
bqv 3 years ago
parent 1dc6c8bdf8
commit bd35268526
No known key found for this signature in database
GPG Key ID: 9E2FF3BDEBDFC910

@ -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", "xmpp_message,message,private,notify_none,self_msg,log1",
"%s\t%s", "%s\t%s",
user__as_prefix_raw(account, account_jid(account)), user__as_prefix_raw(account, account_jid(account)),
body); body.data());
return WEECHAT_RC_OK; return WEECHAT_RC_OK;
} }

Loading…
Cancel
Save