1 2 3 4 5 6 7 8
; put this in the script.ini in mirc dir and make a file called adverts ; file type .txt and put all your advert's in there on *:connect:{ if ($network == Quakenet) { flood 400 50 8 0 .timer 0 3600 amsg $read(adverts.txt) } }