Switch to edit mode.
Name(s): notify1: if (caller != this && !caller_perms():controls(this))
2: raise(E_PERM)
3: elseif (!args)
4: return pass()
5: endif
6: "Ansi hack!"
7: {text} = args
8: if (typeof(text) == $LIST)
9: for line in (text)
10: this:(verb)(line)
11: endfor
12: return
13: endif
14: if (`this.ansi_options ! ANY => 0' && !index(args[1], "~"))
15: this:notify_bin($ansi_utils:qwert(args[1]))
16: else
17: pass(@args)
18: endif
19: "Last modified by Dax (#789) on Tue May 3 13:45:05 2005 MDT."