Changeset b4db911


Ignore:
Timestamp:
Oct 17, 2003, 5:28:06 PM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
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
Message:
Reverted "message sent" messages to makemsg
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    rec6ff52 rb4db911  
    422422               !strcasecmp(retnotice->z_class_inst, "personal")) {
    423423      tmp=short_zuser(retnotice->z_recipient);
    424       owl_function_error("Message sent to %s.", tmp);
     424      owl_function_makemsg("Message sent to %s.", tmp);
    425425      free(tmp);
    426426    } 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);
    428428    }
    429429  } else if (!strcmp(retnotice->z_message, ZSRVACK_NOTSENT)) {
Note: See TracChangeset for help on using the changeset viewer.