Method code for $robot.event_notify()

[Turn off line numbering]
  1: arg event, origin, @args;
  2: 
  3: if (caller() != $event_handler)
  4:     throw(~perm, caller() + " is not $event_handler.");
  5: if (!.active())
  6:     return;
  7: if (event == 'social)
  8:     .check_reactions(args[2], args[3], args[1]);

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

Method Ancestry Override:

 ----   54 $robot.event_notify(event, origin, @args)
 ----   37 $body.event_notify(event, origin, @args)
 ----   18 $event_handler.event_notify(event, origin, @args)

the Cold Dark