Well this script will trigger every time someone enters a channel that you are in. So you shoud change it to:
on *:JOIN:*:{
if ($nick == $me) {
echo -a %dts 1Today is: 2$fulldate - $gmt
echo -a %dts 1Nicks on Channel: 2$nick($chan,0)
echo -a %dts 1Total Ops: 2$nick($chan,0,o)
echo -a %dts 1Total Voiced: 2$nick($chan,0,v)
}

I think this is the way to make it work properly...


Regards, ThE_mASk.