Switch to edit mode.
Name(s): notify*_bin_direct notify*_direct_bin1: if (caller != this && !caller_perms():controls(this))
2: raise(E_PERM)
3: endif
4: if (this:listening())
5: {?text = ""} = args
6: if (typeof(text) == $LIST)
7: for line in (text)
8: this:notify(line)
9: endfor
10: else
11: this:reflect_notify(text)
12: endif
13: endif
14: return pass(@args)
15: "Last modified by Dax (#789) on Tue May 3 13:45:07 2005 MDT."