ok, I got this:

on *:JOIN:*: {
if ($nick == $me) {
set %t $chan
//echo -a 1Current Channel:2 %t
//echo -a 1Today is:2 $fulldate
//echo -a 1Nicks on Channel:2 $nick(%t,0)
//echo -a 1Total Ops:2 $nick(%t,0,o)
//echo -a 1Total Voiced:2 $nick(%t,0,v)
unset %t
}
return
}

and it returns:

Current Channel: <channel>
Today is: Sun Feb 16 00:07:46 2003
Nicks on Channel: 1
Total Ops: 0
Total Voiced: 0

every single time. No matter how man people are in the channel. So whats wrong? the %dts option dons twokr eather.



;Check for Life

if (%life == $null) {
goto getlife
}