LVPlayground / bot-nuwani

Repository of LVP's Nuwani, the bot that connects IRC with the gamemode
1 stars 0 forks source link

!serialinfo result output is unrestricted in length #3

Open jadegraaf opened 8 years ago

jadegraaf commented 8 years ago

The !serialinfo command shouldn't output more then a couple dozen of results or risk being kicked form IRC for flooding. Some serials are so common there will be hundreds of matches.

23:49:25 (Joeri) !serialinfo 1915947708 23:49:35 ← Nuwani (Nuwani@sa-mp.nl) has left IRC: (RecvQ exceeded) 23:49:41 (Joeri) k 23:49:50 (Joeri) I pulled a Yassine 23:49:53 (Joeri) sorry

In the Lego implementation I limited the output to 20 results, newest sessions first, which worked out fine :)

debuggest3 commented 8 years ago

Quick fix in place: #4