From faa75c0e43dbaaeee2f8c12581899d1a2128d4a0 Mon Sep 17 00:00:00 2001 From: Sven Moritz Hallberg Date: Fri, 1 Oct 2010 23:39:31 +0200 Subject: cosmetic: show smpq question in bold --- otr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otr.c') diff --git a/otr.c b/otr.c index 48c73e17..76bb8acd 100644 --- a/otr.c +++ b/otr.c @@ -1089,7 +1089,7 @@ void otr_handle_smp(struct im_connection *ic, const char *handle, OtrlTLV *tlvs) otrl_sm_state_free(context->smstate); } else { char *question = g_strndup((char *)tlv->data, tlv->len); - irc_usermsg(irc, "smp: initiated by %s with question: \"%s\"", u->nick, + irc_usermsg(irc, "smp: initiated by %s with question: \x02\"%s\"\x02", u->nick, question); irc_usermsg(irc, "smp: respond with \x02otr smp %s \x02", u->nick); -- cgit v1.2.3