Changeset 0f9eca7 for owl.c


Ignore:
Timestamp:
Aug 3, 2008, 10:00:30 PM (16 years ago)
Author:
Geoffrey Thomas <geofft@mit.edu>
Branches:
master, debian, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
d81f8d0
Parents:
719c699
Message:
Add a hook, newMessage, that catches every message that's added to the message
list. receiveMessage only sees incoming messages, and I don't want to change
that behavior. newMessage is probably most useful for people writing fancy
loggers in Perl.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • owl.c

    rb1fd36e r0f9eca7  
    605605  }
    606606
     607  /* let perl know about it */
     608  owl_perlconfig_newmsg(m, NULL);
    607609  /* log the message if we need to */
    608610  owl_log_message(m);
Note: See TracChangeset for help on using the changeset viewer.