I tried to search but I just think I'm not using the right vocabulary for what I'm trying to do. So I want a message that is triggered on a certain phrase or word which I already can do but I want to add to it so it can only be triggered every so many seconds.


This is what I currently have but would also like for it to be only triggered say every 1800 seconds

on *:text:*triggermessage*:#: { .timermsg 1 $r(20,300) /msg $chan replymessaget }

Thanks in advance