I didn't know there could be multiple updates, but that's actually not a problem at all just change the on sockread event to:
Code:
on *:sockread:game_id:{
  var %a,%c $sock($sockname).mark
  sockread -f %a
  while ($sockbr) {
    if (<tr><td><strong>* iswm %a) {
      noop $regex(parse,$nohtml(%a),/^(\d+(?:\.\d+)?)(.+\.pkg)(\d+) Bytes(.{40})(\d+(?:\.\d+)?)(?:Game:(.+)&laquo; Back)?/iS)
      %c Version: $regml(parse,1) - Url: $regml(parse,2) - Size: $regml(parse,3) - Checksum (sha1): $regml(parse,4) - Ps3 Min Version: $regml(parse,5)
      if ($regml(parse,6)) %c Game: $html2ascii($v1)
    }
    elseif (*Invalid title id or cannot find game* iswm %a) {
      %c Invalid title id
      sockclose $sockname
      return
    }
    sockread -f %a
  }
}
As for the others options, I'll eventually add them later, it's really quick.

Last edited by Wims; 14/12/12 10:50 AM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel