I just want to know if there was a glitch or spmething because I put this simple script in my remotes section:
Code:
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 }
  


And I get
ON Unknown command
-
ON Unknown command
-
ON Unknown command
-
ON Unknown command
-
ON Unknown command
-
ON Unknown command

I put it in my remotes section like it's supposed to be and made sure that everything was correct. I don't know what the problem is. Does anybody have a clue?