I have this script:
on *:JOIN:*:{
if ($nick == $me) goto scan
else goto one
:scan
.who $chan
halt
blushne
.who $nick
halt
}
How to make it not to show the who info in the status. It didn't worked with halt of haltdef...