mIRC Homepage
Posted By: SinfulResolution Remote problems.. - 09/04/06 04:47 PM
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?
Posted By: CtrlAltDel Re: Remote problems.. - 09/04/06 04:51 PM
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 } }
Posted By: SinfulResolution Re: Remote problems.. - 09/04/06 04:57 PM
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.
Posted By: CtrlAltDel Re: Remote problems.. - 09/04/06 05:15 PM
works here:
Connected to irc3.invalenti.com at 12:13:59pm with nickname testnick
Disconnected from irc3.invalenti.com at 12:14:07pm with nickname testnick
Posted By: DaveC Re: Remote problems.. - 10/04/06 07:38 PM
Are your words ON in the script now against the LEFT hand wall of the script file?
© mIRC Discussion Forums