diff options
author | Sven Moritz Hallberg <pesco@khjk.org> | 2010-09-19 21:16:43 +0200 |
---|---|---|
committer | Sven Moritz Hallberg <pesco@khjk.org> | 2010-09-19 21:16:43 +0200 |
commit | 10d89be0b7a035e2fc993bf9ff63d78c8a93f90f (patch) | |
tree | 494a074ded7a343a8db6f1f1ffdf9de407685fa3 /otr.c | |
parent | 9cc653c46593ba801e346ef3e3b20e925bc0541b (diff) |
cosmetics
Diffstat (limited to 'otr.c')
-rw-r--r-- | otr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1075,7 +1075,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: question from %s: \"%s\"", u->nick, + irc_usermsg(irc, "smp: initiated by %s with question: \"%s\"", u->nick, question); irc_usermsg(irc, "smp: respond with \x02otr smp %s <answer>\x02", u->nick); |