@verb #330:"tell_www_sidebar" this none this rxdo #8084 @program #330:"tell_www_sidebar" this none this player:isa($webber) || raise(E_PERM) player:tell("Who's on Moo Canada?") player:tell("Moo Canada players currently online:") set_task_perms(player.user) if (connected = setremove(connected_players(), player)) player:tell("
") for x in (connected) conns = connected_seconds(x) connm = conns / 60 connh = conns / 3600 idles = idle_seconds(x) idlem = idles / 60 idleh = idles / 3600 player:tell("") player:tell("") player:tell("") endfor player:tell("
NameConnIdle
", $html_utils:detag(x:title()), "", connh ? tostr(connh, "h") | (connm ? tostr(connm, "m") | tostr(conns, "s")), "", idleh ? tostr(idleh, "h") | (idlem ? tostr(idlem, "m") | tostr(idles, "s")), "
") else player:tell("

I don't see anyone online.
") endif if (!index(player.user_agent, "MSIE")) player:tell("

Reload") endif player:tell("") "Last modified by Dax (#789) on Tue May 3 13:18:37 2005 MDT." .