Quote:
on *:CONNECT:{ if ( $nick == $me ) { /echo Connected to $server at $time(hh:nn:sstt) with nickname $nick } }

on *:DISCONNECT:{ if ( $nick == $me ) { /echo Disconnected from $server at $time(hh:nn:sstt) with nickname $nick } }
I still get the same old error, that can't be it.