diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-10-01 23:39:31 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-10-01 23:39:31 +0200 |
commit | faa75c0e43dbaaeee2f8c12581899d1a2128d4a0 (patch) | |
tree | 431606d40dcd5291d67f156deaeea39ab7e4e3af | |
parent | 944d7a58c305440d2afa7807e8642ae052df08e7 (diff) |
cosmetic: show smpq question in bold
-rw-r--r-- | otr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |