Changeset fd9fa52
- Timestamp:
- 2008-02-16T17:17:29Z (17 years ago)
- Branches:
- master
- Children:
- ba5add7
- Parents:
- 4eb4c0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
otr.c
r4eb4c0f rfd9fa52 1222 1222 } 1223 1223 if(fp == ctx->active_fingerprint) { 1224 irc_usermsg(irc, " \x02%s (%s)\x02", human, trust);1224 irc_usermsg(irc, " \x02%s (%s)\x02", human, trust); 1225 1225 } else { 1226 irc_usermsg(irc, " %s (%s)", human, trust);1226 irc_usermsg(irc, " %s (%s)", human, trust); 1227 1227 } 1228 1228 } 1229 1229 if(count==0) 1230 irc_usermsg(irc, " (none)");1230 irc_usermsg(irc, " (none)"); 1231 1231 } 1232 1232
Note: See TracChangeset
for help on using the changeset viewer.