Method code for $robot.deactivate_reaction()

[Turn off line numbering]
  1: arg id;
  2: 
  3: // sender should be a writer.  added by Sean 20 Feb 1998
  4: (> .perms(sender()) <);
  5: if (active_ids && dict_contains(active_ids, id)) {
  6:     .remove_active(active_ids[id], id);
  7:     active_ids = dict_del(active_ids, id);
  8:     if (!active_ids) {
  9:         clear_var('active_ids);
 10:         .unhook_from_event('social);
 11:     }
 12: }
 13: 
 14: // $#Edited: 21 Feb 98 00:37 $user_sean
 15: // $#Edited: 21 Feb 98 00:39 $user_sean

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

the Cold Dark