Switch to edit mode.
Name(s): tell_push1: "Serve a page, and then hang the person."
2: caller == this || raise(E_PERM)
3: this.victims = setadd(this.victims, player)
4: player:set_push("slide")
5: player:tell({"<HTML><HEAD><TITLE>Error</TITLE></HEAD><BODY>", "Sorry, you need to use a browser that supports server push.", "</BODY></HTML>"})
6: this:push_slide(player)
7: "Hang around!"
8: kill_task(task_id())
9: "Last modified by Dax (#789) on Wed Jun 10 14:20:45 1998 EDT."