Im trying to show info about the channel when i join it
this is what i wrote..will it work?
on 1:JOIN:{
if ( $me ison $chan){
echo -t %dts 1Today is: 2$fulldate - $gmt
echo -t %dts 1Nicks on Channel: 2$nick($chan,0)
echo -t %dts 1Total Ops: 2$nick($chan,0,o)
echo -t %dts 1Total Voiced: 2$nick($chan,0,v)
}