Hey Wims ,

I put in your script and it works great with not being flooded out and the results are nicely timed now. The game name is now also fixed and displays corectly at the top and without the non letters.

I'm not sure the Q is working as it seems to respond to me if I did 3 triggers in a row (returned all three at the same time instead of after each other) but the timer seems to have stopped it from flooded so maybe the Q isnt needed now?

Also I don't believe the invalid command or invalid gameid part is working right as there is no responce from the bot when the commands are issued.

Code:
[1:12pm] <@D00M> !gameupdate             <==(No responce for invalid command)
[1:12pm] <@D00M> !gameupdate test        <==(No responce from the bot).
[1:12pm] <@D00M> !gameupdate blus30658   <==(valid gameid but with no updates,no responce from the bot).
[1:13pm] <@D00M> !gameupdate blus3065    <==(invalid gameid, no responce from the bot).
[1:15pm] <@D00M> !gameupdate bles00948   <==(valid gameid with updates,bot responds as expected).
[1:15pm] *UPDBot* Game: Dead Rising 2
[1:15pm] *UPDBot* UPD Version: 01.02 - URL: http://b0.ww.np.dl.playstation.net/tppkg/np/BLES00948/BLES00948_T1/0ba7aa40d6e3ea4e/EP0102-BLES00948_00-DR2PATCH20000000-A0102-V0100-PE.pkg - File Size: 18130976 - FW Version: 03.2000


Quote:
Also, why is the code is limited to 7.14+ ?


That is the version the bot is using so I was just playing it safe and taging it with that version.

Also would you be able to explain/breakdown the code a little for me so as I may understand/learn from it better.

Again ,thanks for your time and efforts Wims it is really appreciated. smile

EDIT: ok got the responce working for no game update found, i edited this line

Quote:

elseif (*Invalid title id or cannot find game* iswm %a) {
%c 4Invalid GameID or no update available.
sockclose $sockname
queue
return
}
sockread -f %a
}
}

added the -f and it gave me the responce for no update or invalid gameid wink

Still trying to get this part to work,
Code:
  if (!$2) notice $nick 15Invalid cmd, try again with !gameupdate <GameID> .


EDIT#2: I got it working with how it was in the old script:

Code:
on *:text:!gameupdate:#MY_CHAN:notice $nick 15Invalid cmd, try again with !gameupdate <GameID> .


I think everything is now working nicely thanks to you Wims. As asked above if you find the time to give me a little breakdown of the code would be great. Thanks again for all your help.

/me slips Wims a cookie wink

Last edited by D00M; 18/12/12 08:58 AM.