mIRC Home    About    Download    Register    News    Help

Print Thread
#255597 08/11/15 11:37 AM
Joined: Aug 2015
Posts: 19
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Aug 2015
Posts: 19
Im currently using this script to time someone out:
on $*:TEXT:/\d{6,8}/:#: { msg $chan /timeout $nick 1 }

It works perfectly but i want it to add a message like $nick ---> no level requests [warning] the first time and the second time they do it i want it to be $nick ---> no level requests [timeout] (600 seconds)

How do i do that?

Joined: Nov 2015
Posts: 1
A
ajj Offline
Mostly harmless
Offline
Mostly harmless
A
Joined: Nov 2015
Posts: 1
Can you explain what you want done again? I'm assuming /timeout is a custom alias?

From what I gather, you want the bot/script to ignore someone once they have exceeded the limit of activating it?

Joined: Aug 2015
Posts: 19
S
Pikka bird
OP Offline
Pikka bird
S
Joined: Aug 2015
Posts: 19
So i found out how you add a timeout message by just adding a | to the script but
I want it to first time them out for 1 second and then if they do it again i want it to time them out for 600 seconds
If anyone answers pls show me a script because im so noob at this. Dont say like: write an .ini file and do this and this. Thanks


Link Copied to Clipboard