Trying to figure out how to create an on text command that will respond to someone posting "!play" in a channel, and respond also with "!play", but will add a flood protection for the command itself that lasts 120 seconds (2 minutes).

I used to mess around with mIRC coding years ago, and can't for the life of me remember any of it. lol

I know it starts out something like:

Code
ON *:TEXT:*!play*:#:(
      This is where I'm lost
}

Any and all help appreciated, or even nudges in the right direction. Trying to figure this stuff out again!

Last edited by Majeye; 22/02/23 05:29 AM.