Another request regarding timers:
When having multiserver scripts, it happens quite frequently something needs to happen globally on a regular base (a timer).
Which is then a script that needs to be executed as long as there is at least one connection, i.e: timers that are removed at the point there are no connections left (not a single one with $status connected).
That would eliminate the need for a script to check at every disconnection if there is still a connection left and if not, stop those timers (that were created with -oi).