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?