Switch to edit mode.
Name(s): msg_page_echo1: if (this.location:isa($editor)) 2: return this:title() + " is in the editor and may not reply right away." 3: elseif (this.afk) 4: return this:title() + " has been AFK for " + $time_utils:english_time(time() - this.afk) + " and may not respond right away." 5: else 6: return pass(@args) 7: endif 8: "Last modified by Norm (#4805) on Sun Mar 16 13:22:12 2003 MST."