Changeset faa75c0e for otr.c


Ignore:
Timestamp:
2010-10-01T21:39:31Z (14 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
88de0c9
Parents:
944d7a5
Message:

cosmetic: show smpq question in bold

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    r944d7a5 rfaa75c0e  
    10901090                } else {
    10911091                        char *question = g_strndup((char *)tlv->data, tlv->len);
    1092                         irc_usermsg(irc, "smp: initiated by %s with question: \"%s\"", u->nick,
     1092                        irc_usermsg(irc, "smp: initiated by %s with question: \x02\"%s\"\x02", u->nick,
    10931093                                question);
    10941094                        irc_usermsg(irc, "smp: respond with \x02otr smp %s <answer>\x02",
Note: See TracChangeset for help on using the changeset viewer.