SReject commented on a Page, PokeDex 1.0 - mIRC bot script  -  Jul 29, 2011

1: Instead of using "Connection: cloose" it should be "Connection: close"

Instead of having all those ifs to get the poke type(s) you could use regex:

var %treg = /class="type (normal|fire|water|electric|grass|ice|fighting|poison|ground|flying|psychic|bug|rock|ghost|dragon|steal)"/i
if ($regex(type,%poke.r,%treg)) {
  %pdex.type = $iif(%pdex.type,$v1 $+ $chr(44)) $upper($left($regml(type,1),1) $+ $mid($regml(type,1),2-)
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.