aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
authorSven Moritz Hallberg <pesco@khjk.org>2010-09-19 21:16:43 +0200
committerSven Moritz Hallberg <pesco@khjk.org>2010-09-19 21:16:43 +0200
commit10d89be0b7a035e2fc993bf9ff63d78c8a93f90f (patch)
tree494a074ded7a343a8db6f1f1ffdf9de407685fa3 /otr.c
parent9cc653c46593ba801e346ef3e3b20e925bc0541b (diff)
cosmetics
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/otr.c b/otr.c
index 686a947a..72706c42 100644
--- a/otr.c
+++ b/otr.c
@@ -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);