Changeset a1c92dd for otr.c


Ignore:
Timestamp:
2017-10-04T17:28:55Z (7 years ago)
Author:
Troy Sankey <sankeytms@…>
Branches:
master
Children:
671b1ef
Parents:
ad66dcd
Message:

Add quotations around <answer> and <secret> in the otr docs

The user doesn't otherwise know how to type answers or secrets
containing spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • otr.c

    rad66dcd ra1c92dd  
    878878        case OTRL_SMPEVENT_ASK_FOR_SECRET:
    879879                irc_rootmsg(irc, "smp: initiated by %s"
    880                             " - respond with \x02otr smp %s <secret>\x02",
     880                            " - respond with \x02otr smp %s \"<secret>\"\x02",
    881881                            u->nick, u->nick);
    882882                break;
     
    884884                irc_rootmsg(irc, "smp: initiated by %s with question: \x02\"%s\"\x02", u->nick,
    885885                            question);
    886                 irc_rootmsg(irc, "smp: respond with \x02otr smp %s <answer>\x02",
     886                irc_rootmsg(irc, "smp: respond with \x02otr smp %s \"<answer>\"\x02",
    887887                            u->nick);
    888888                break;
Note: See TracChangeset for help on using the changeset viewer.