Changeset 10d89be
- Timestamp:
- 2010-09-19T19:16:43Z (14 years ago)
- Branches:
- master
- Children:
- 0e078a7
- Parents:
- 9cc653c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
r9cc653c r10d89be 1076 1076 } else { 1077 1077 char *question = g_strndup((char *)tlv->data, tlv->len); 1078 irc_usermsg(irc, "smp: question from %s: \"%s\"", u->nick,1078 irc_usermsg(irc, "smp: initiated by %s with question: \"%s\"", u->nick, 1079 1079 question); 1080 1080 irc_usermsg(irc, "smp: respond with \x02otr smp %s <answer>\x02",
Note: See TracChangeset
for help on using the changeset viewer.