mIRC Home    About    Download    Register    News    Help

Print Thread
#126464 30/07/05 05:48 PM
Joined: Jul 2005
Posts: 1
P
Mostly harmless
OP Offline
Mostly harmless
P
Joined: Jul 2005
Posts: 1
I have a flyby script, something that's meant to keep people from popping in and out too quickly, but I also want it to send a message to someone explaining why they were banned. I can't figure out where to add it into the script.

on @*:JOIN:#: inc -u15 $+(%,$cid,#,$site)
on @*:PART:#: if $($+(%,$cid,#,$site),2) { ban -u3600 # $nick 3 )

This is probably a really easy question for you guys but I'm stumped ... Sorry to waste your time ...

#126465 30/07/05 07:30 PM
Joined: Dec 2002
Posts: 25
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 25
on @*:PART:#: if $($+(%,$cid,#,$site),2) { ban -u3600 # $nick 3 | msg $nick message }


Link Copied to Clipboard