Switch to edit mode.
Name(s): notify_lines1: if ($perm_utils:controls(caller_perms(), this) || caller == this || caller_perms() == this)
2: set_task_perms(caller_perms())
3: for line in (typeof(lines = args[1]) != $LIST ? {lines} | lines)
4: this:notify(tostr(line))
5: endfor
6: else
7: return E_PERM
8: endif
9: "Last modified by Dax (#789) on Mon Aug 7 21:46:49 2006 MDT."