- Timestamp:
- Aug 25, 2002, 11:35:03 AM (22 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 56330ff
- Parents:
- 7131cf2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
r1c6c4d3 r4b464a4 359 359 } else if (!strcasecmp(retnotice->z_class, "message") && 360 360 !strcasecmp(retnotice->z_class_inst, "personal")) { 361 tmp= pretty_sender(retnotice->z_recipient);361 tmp=short_zuser(retnotice->z_recipient); 362 362 owl_function_makemsg("Message sent to %s.", tmp); 363 363 free(tmp); … … 370 370 retnotice->z_class, retnotice->z_class_inst); 371 371 } else { 372 tmp = pretty_sender(retnotice->z_recipient);372 tmp = short_zuser(retnotice->z_recipient); 373 373 owl_function_makemsg("%s: Not logged in or subscribing to messages.", 374 374 tmp); … … 446 446 for (;numlocs;numlocs--) { 447 447 ZGetLocations(&locations,&one); 448 myuser= pretty_sender(user);448 myuser=short_zuser(user); 449 449 sprintf(out, "%s%s: %s\t%s\t%s\n", out, myuser, locations.host, locations.tty, locations.time); 450 450 owl_free(myuser);
Note: See TracChangeset
for help on using the changeset viewer.