mIRC Home    About    Download    Register    News    Help

Print Thread
#141892 13/02/06 08:44 PM
Joined: May 2005
Posts: 449
Fjord artisan
OP Offline
Fjord artisan
Joined: May 2005
Posts: 449
I have this in my remotes:
Code:
ON *:SIGNAL:TIME:{
  //dialog -t test POP Checker - By Blake-- $date $time(H:nn:ss)
}
on *:dialog:test:init:*:{
  /timer -om 0 50 /SIGNAL -n TIME -o 0 1 TIME
}

Is there any way to have this run without it echoing * signal 'TIME' (-o 0 1 TIME)
in my status window constantly?

#141893 13/02/06 08:53 PM
Joined: Jun 2005
Posts: 127
H
Vogon poet
Offline
Vogon poet
H
Joined: Jun 2005
Posts: 127
Code:
ON *:SIGNAL:TIME:{
  //dialog -t test POP Checker - By Blake-- $date $time(H:nn:ss)
}
on *:dialog:test:init:*:{
  /timer -om 0 50 /.SIGNAL -n TIME -o 0 1 TIME
}


The "." halts the echo.


-- HAMM3R (aka: alhammer)
http://www.HAMM3R.net

Link Copied to Clipboard