mIRC Home    About    Download    Register    News    Help

Print Thread
#62233 29/11/03 01:17 PM
F
FMJ
FMJ
F
how to stop a message that you send if the message is NOT sent 30 sec before the previous message? I hope you understand smile

#62234 30/11/03 02:54 PM
C
Canario
Canario
C
i don´t understand frown

#62235 30/11/03 03:04 PM
F
FMJ
FMJ
F
I send a message, then before 25 sec I send another message... the script block my message and doesn't send...
the script send a message only if the time between the previous message and the next message is high to 30 sec.
please understand!! crazy

#62236 30/11/03 03:27 PM
T
theRat
theRat
T
on *:input:#: {
if ( %input ) halt
set -u30 %input 1
}

#62237 30/11/03 03:37 PM
C
Canario
Canario
C
Code:
ON *:INPUT:*:{
  if (%gaby.chk) { halt }
  else {
     inc -u30 %gaby.chk 1 
     msg $active $1-
  }
}


Try this i don´t check it


Link Copied to Clipboard