Switch to edit mode.
Name(s): notify1: `$quadir.spyonhang ! ANY => 0' && `$quadir:tell("[", this.location, "]: ", args[1]) ! ANY => 0'
2: this:extendo()
3: if (this:handle_trolls(this.owner) == this)
4: if (this.active)
5: people = {}
6: for z in ({this.owner, @this.is_listen})
7: z in this.location:contents() ? 0 | (people = setadd(people, z))
8: $cmd_utils:suspend_if_needed(0)
9: endfor
10: for x in (people)
11: if (typeof(args[1]) == $LIST)
12: for z in (args[1])
13: x:tell("[", this:title(), "|", tostr(this.channel), "]: ", z)
14: $cmd_utils:suspend_if_needed(0)
15: endfor
16: else
17: x:tell("[", this:title(), "|", tostr(this.channel), "]: ", args[1])
18: $cmd_utils:suspend_if_needed(0)
19: endif
20: endfor
21: endif
22: endif
23: if (this.record)
24: this:buffer(@args)
25: endif
26: "Last modified by Dax (#789) on Tue May 3 13:45:04 2005 MDT."