Method code for $robot.del_reaction()

[Turn on line numbering]
arg id;
var key;

(> .perms(sender()) <);
if (!dict_contains(reactions, id))
    return;
(| .deactivate_reaction(id) |);
reactions = reactions.del(id);

// $#Edited: 21 Feb 98 14:02 $user_sean

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

Method Ancestry Override:

 ----   45 $robot.del_reaction(id)
 ----   13 $has_reactions.del_reaction(id)

the Cold Dark