aboutsummaryrefslogtreecommitdiffstats
path: root/otr.c
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-10-24 21:06:04 +0200
committerMarius Halden <marius.h@lden.org>2017-10-24 21:06:04 +0200
commit965d0c895a82f9e96fd2d717d2b28ab31fc09b5a (patch)
tree30b9eafb992785db21e7f149425589040f781a28 /otr.c
parentf849ef86076ed17c9dbaeeb425dba084dc9c52ba (diff)
parent861de54f5a71fc7a1b27434e1618e79617b6e072 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'otr.c')
-rw-r--r--otr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/otr.c b/otr.c
index 2a2385ce..ec1c1a3c 100644
--- a/otr.c
+++ b/otr.c
@@ -877,13 +877,13 @@ void op_handle_smp_event(void *opdata, OtrlSMPEvent ev, ConnContext *ctx,
switch (ev) {
case OTRL_SMPEVENT_ASK_FOR_SECRET:
irc_rootmsg(irc, "smp: initiated by %s"
- " - respond with \x02otr smp %s <secret>\x02",
+ " - respond with \x02otr smp %s \"<secret>\"\x02",
u->nick, u->nick);
break;
case OTRL_SMPEVENT_ASK_FOR_ANSWER:
irc_rootmsg(irc, "smp: initiated by %s with question: \x02\"%s\"\x02", u->nick,
question);
- irc_rootmsg(irc, "smp: respond with \x02otr smp %s <answer>\x02",
+ irc_rootmsg(irc, "smp: respond with \x02otr smp %s \"<answer>\"\x02",
u->nick);
break;
case OTRL_SMPEVENT_CHEATED: