aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2010-10-01 23:39:31 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2010-10-01 23:39:31 +0200
commitfaa75c0e43dbaaeee2f8c12581899d1a2128d4a0 (patch)
tree431606d40dcd5291d67f156deaeea39ab7e4e3af
parent944d7a58c305440d2afa7807e8642ae052df08e7 (diff)
cosmetic: show smpq question in bold
-rw-r--r--otr.c2
1 files changed, 1 insertions, 1 deletions
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 <answer>\x02",
u->nick);