Switch to edit mode.
Name(s): _constructor1: "Begin generic security check (_constructor)" 2: if (verb == "_constructor" && caller_perms() != #-1) 3: raise(E_PERM) 4: return E_PERM 5: endif 6: "End generic security check (_constructor)" 7: this.active = 0 8: this.listening = 1 9: return pass(@args) 10: "Last modified by Lao-Tzu (#8084) on Mon Dec 17 14:29:17 2001 MST."