Method code for $robot.del_reaction()

[Turn off line numbering]
  1: arg id;
  2: var key;
  3: 
  4: (> .perms(sender()) <);
  5: if (!dict_contains(reactions, id))
  6:     return;
  7: (| .deactivate_reaction(id) |);
  8: reactions = reactions.del(id);
  9: 
 10: // $#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