Scoop Script Mirc Jun 2026
If you are an IRC historian or a retro-computing enthusiast, installing Scoop on an old Windows VM is a fascinating weekend project. If you want modern file sharing, use Syncthing or BitTorrent. But if you want to pay respects to the script that pushed mIRC to its absolute limit, open a channel, type !list , and listen for the click of a racing hard drive.
To use this script in mIRC:
alias queue.send var %nick = $1 var %i = 1 while (%i <= $ini(queue.ini,$+(%nick,.queue),0)) var %file = $readini(queue.ini,$+(%nick,.queue),$ini(queue.ini,$+(%nick,.queue),%i)) send %nick %file %i = %i + 1 scoop script mirc
