@verb #755:"tell_contents" this none this rxdo #60 @program #755:"tell_contents" this none this "Add a list of active web connections to the contents." pass(@args) www_actives = this:actives()[1] if (!www_actives) $msg:mtell("www_actives_none") elseif (length(www_actives) == 1) $msg:mtell("www_actives_sing", www_actives[1]) else $msg:mtell("www_actives_plur", www_actives) endif .