Changeset b4db911
- Timestamp:
- Oct 17, 2003, 5:28:06 PM (21 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:
- 27c3a93
- Parents:
- 6a50af2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zephyr.c
rec6ff52 rb4db911 422 422 !strcasecmp(retnotice->z_class_inst, "personal")) { 423 423 tmp=short_zuser(retnotice->z_recipient); 424 owl_function_ error("Message sent to %s.", tmp);424 owl_function_makemsg("Message sent to %s.", tmp); 425 425 free(tmp); 426 426 } else { 427 owl_function_ error("Message sent to -c %s -i %s\n", retnotice->z_class, retnotice->z_class_inst);427 owl_function_makemsg("Message sent to -c %s -i %s\n", retnotice->z_class, retnotice->z_class_inst); 428 428 } 429 429 } else if (!strcmp(retnotice->z_message, ZSRVACK_NOTSENT)) {
Note: See TracChangeset
for help on using the changeset viewer.