I am really new at this Eggdrop TCL coding stuff, and I need just a little bit of help. I am wondering how to make an onjoin ban to wait a few seconds before banning
in short i am working with ban-spam 1.0 by FireEgl, I finaly got over the *!* hurdle in the script which is why it wouldnt ban in the first place, but a friend of mine showed me that ifyou wait like 30 seconds before typing in the spam it will get over lookd and i want to add like a 30 second addition to the script to where it scans on onjoin and scans then too for the spam words...
try adding a utimer 30 proc
where proc is called to scan and ban if need be this is presuming u have that function working but just need to delay its call ...