okay, try this...
alias roomstatus {
if (!$1-) .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+'<small><img SRC=" $+ $emdir $+ mbutterfly.gif" width="14" height="14"></small>'
elseif ($1-) {
if ($1- isowner $comchan($1-,1)) .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+'<small><img SRC=" $+ $emdir $+ sysopgavel.gif" width="14" height="14"></small>'
elseif ($1- isop $comchan($1-,1)) && ($1- !isowner $comchan($1-,1)) .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+'<small><img SRC=" $+ $emdir $+ gavel.gif" width="14" height="14"></small>'
elseif (*@snd iswm $ial($1-,1)) .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+'<small><img SRC=" $+ $emdir $+ mbutterfly.gif" width="14" height="14"></small>'
else .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+' $chr(160) $chr(160) $+ $chr(160) '
}
}
I replaced the...
elseif ($1- isop $comchan($1-,1)) .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+'<small><img SRC=" $+ $emdir $+ gavel.gif" width="14" height="14"></small>'
with...
elseif ($1- isop $comchan($1-,1)) && ($1- !isowner $comchan($1-,1)) .dll $nhtmln execScript document.body.innerHTML=document.body.innerHTML+'<small><img SRC=" $+ $emdir $+ gavel.gif" width="14" height="14"></small>'
That should work. ![]()
also, the icons you have might be different to the icon names I provided. So, you might need to change the icon names in the coding.
Also, in the coding listed previously if the person is a participant there is no icon added. The icons only show for people who is either you, an owner, a host, or sysop, guide, or admin. However, there are none listed for participants, but you can add a code to show an icon for participants. If that is what you mean please let me know, and I'll modify it for you.