Changeset a1c92dd
- Timestamp:
- 2017-10-04T17:28:55Z (7 years ago)
- Branches:
- master
- Children:
- 671b1ef
- Parents:
- ad66dcd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
rad66dcd ra1c92dd 878 878 case OTRL_SMPEVENT_ASK_FOR_SECRET: 879 879 irc_rootmsg(irc, "smp: initiated by %s" 880 " - respond with \x02otr smp %s <secret>\x02",880 " - respond with \x02otr smp %s \"<secret>\"\x02", 881 881 u->nick, u->nick); 882 882 break; … … 884 884 irc_rootmsg(irc, "smp: initiated by %s with question: \x02\"%s\"\x02", u->nick, 885 885 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", 887 887 u->nick); 888 888 break;
Note: See TracChangeset
for help on using the changeset viewer.