Switch to edit mode.
Name(s): cleanup_hook1: {vobj, vname} = args
2: if (!valid(vobj) || !vobj:has_verb(vname))
3: this.hooks = setremove(this.hooks, args)
4: return 1
5: endif
6: return 0
7: "Last modified by Cecil (#7407) on Thu Apr 12 12:02:57 2001 MDT."