So for the longest time my "bot" has been using the "points" script that is floating around here on the forums that allows people to earn "points" as long as they are connected to the IRC channel.
However, with the growth of the channel the amount of timers are getting out of hand and are now bogging down mIRC. So to work around having multiple timers I aim to move to just one that after a set time flushes out "points" to everyone connected to the channel at the time the "flush" happens.
This would be super beneficial in clearing up some memory for mIRC as well as increase response time. So what I'm asking is:
Is there a way to gather all of the nicks in the channel
Take the name at the top for example, run a script
Move down to the next nick and do the same
Looping through until done?