mIRC Home    About    Download    Register    News    Help

Print Thread
#62233 29/11/03 01:17 PM
Joined: Nov 2003
Posts: 81
F
FMJ Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Nov 2003
Posts: 81
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
Joined: Nov 2003
Posts: 67
C
Babel fish
Offline
Babel fish
C
Joined: Nov 2003
Posts: 67
i don´t understand frown


irc.universochat.net
#escripting
#62235 30/11/03 03:04 PM
Joined: Nov 2003
Posts: 81
F
FMJ Offline OP
Babel fish
OP Offline
Babel fish
F
Joined: Nov 2003
Posts: 81
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
Joined: Dec 2002
Posts: 774
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Dec 2002
Posts: 774
on *:input:#: {
if ( %input ) halt
set -u30 %input 1
}


Code:
//if ( khaled isgod ) echo yes | else echo no
#62237 30/11/03 03:37 PM
Joined: Nov 2003
Posts: 67
C
Babel fish
Offline
Babel fish
C
Joined: Nov 2003
Posts: 67
Code:
ON *:INPUT:*:{
  if (%gaby.chk) { halt }
  else {
     inc -u30 %gaby.chk 1 
     msg $active $1-
  }
}


Try this i don´t check it


irc.universochat.net
#escripting

Link Copied to Clipboard