Changeset 1221ef0
- Timestamp:
- 2008-02-16T15:28:08Z (17 years ago)
- Branches:
- master
- Children:
- 903a2fc
- Parents:
- 3064ea4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
r3064ea4 r1221ef0 1422 1422 irc_usermsg(irc, " %s", human); 1423 1423 } 1424 if(irc->otr->sent_accountname) { 1425 irc_usermsg(irc, " %s/%s - DSA", irc->otr->sent_accountname, 1426 irc->otr->sent_protocol); 1427 irc_usermsg(irc, " (being generated)"); 1428 } 1424 1429 for(kg=irc->otr->todo; kg; kg=kg->next) { 1425 1430 irc_usermsg(irc, " %s/%s - DSA", kg->accountname, kg->protocol); 1426 irc_usermsg(irc, " (being generated)"); 1427 } 1428 if(key == irc->otr->us->privkey_root && kg == irc->otr->todo) 1431 irc_usermsg(irc, " (queued)"); 1432 } 1433 if(key == irc->otr->us->privkey_root && 1434 !irc->otr->sent_accountname && 1435 kg == irc->otr->todo) 1429 1436 irc_usermsg(irc, " (none)"); 1430 1437
Note: See TracChangeset
for help on using the changeset viewer.