Method code for $robot.event_notify()

[Turn on line numbering]
arg event, origin, @args;

if (caller() != $event_handler)
    throw(~perm, caller() + " is not $event_handler.");
if (!.active())
    return;
if (event == 'social)
    .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