diff options
author | Marius Halden <marius.h@lden.org> | 2017-10-24 21:06:04 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2017-10-24 21:06:04 +0200 |
commit | 965d0c895a82f9e96fd2d717d2b28ab31fc09b5a (patch) | |
tree | 30b9eafb992785db21e7f149425589040f781a28 /otr.c | |
parent | f849ef86076ed17c9dbaeeb425dba084dc9c52ba (diff) | |
parent | 861de54f5a71fc7a1b27434e1618e79617b6e072 (diff) |
Merge branch 'master' into patched-master
Diffstat (limited to 'otr.c')
-rw-r--r-- | otr.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |