Method code for $robot.deactivate_reaction()

[Turn on line numbering]
arg id;

// sender should be a writer.  added by Sean 20 Feb 1998
(> .perms(sender()) <);
if (active_ids && dict_contains(active_ids, id)) {
    .remove_active(active_ids[id], id);
    active_ids = dict_del(active_ids, id);
    if (!active_ids) {
        clear_var('active_ids);
        .unhook_from_event('social);
    }
}

// $#Edited: 21 Feb 98 00:37 $user_sean
// $#Edited: 21 Feb 98 00:39 $user_sean

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

the Cold Dark