I could script it myself. I'd most likely script some sort of ui on my personal mIRC that pulls info from the bot through a notice or privmsg and then populate a list in the ui where I can control them easier. I just don't like that solution since it's not nearly as fast nor productive as it would have been if it was natively available in mIRC.
It would require me to loop through the number of timers each time creating a new timer.
When TimerGather2 is available but 3,4,5 is already taken I'd have to break the loop and put the new timer on the first slot available.
Then I'd have to loop through the timers to send info to the other UI. I'd then have to loop through the timers to close all within specified range.
It's just not a pretty script, and it could be so much faster and easier to control if it was natively supported. Hence my request.