summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/weechat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/weechat.c b/examples/weechat.c
index 53ff151..dc6c957 100644
--- a/examples/weechat.c
+++ b/examples/weechat.c
@@ -106,7 +106,7 @@ int query_input_cb (const void *ptr, void *data,
xmlNewProp(msg, "type", "chat");
xmlNewTextChild(msg, NULL, "body", input_data);
rexmpp_send(s, msg);
- weechat_printf_date_tags(buffer, 0, "self_msg", "%s\t%s\n", s->assigned_jid, input_data);
+ weechat_printf_date_tags(buffer, 0, "self_msg", "%s\t%s\n", ">", input_data);
return WEECHAT_RC_OK;
}