30e @verb #12:"receive_page" this none this rxdo #55 @program #12:"receive_page" this none this "Return codes:" " 1: page was received" " 2: player is not connected" " 0: page refused" "If a specialization wants to refuse a page, it should return 0 to say it was refused. This code now uses is_listening(), and thus does interact with the gagging system, returning a refusal if this object is not listening to the player." this:sub_tell(@args) user = caller_perms() for x in (callers()) if (x[1] != this && is_player(x[1])) user = x[1] break endif endfor if (!this:connected(0)) "Try Jabber..." return $jabber:receive_page(this, @args) endif return this:is_listening() ? 1 | 0 "Last modified by Dax (#789) on Thu May 5 15:08:12 2005 MDT." . 0