I was pleasantly surprised by this code, that pings every IRC network server you're connected to:

Code:
on *:START:.timerAnti10053 -o 0 60 scon -at1 raw -q ping Anti10053


I'd like to have a script that creates separate debug windows named with particular IRC Network name for every IRC Network that I'm Connected, Disconnected, or Connecting to.

Maybe scon -a could be used? How should the code look like?

I need such script (debug windows) to troubleshoot mIRC errors like [10101] Host disconnected, [10053] Software caused connection abort and for general monitoring of my primitive script behavior.

Thank you.