Google Search script!
Posted by BotMaN^
Sunday, April 06, 2008
Description: good for search any thing in www.google.com :D amazing script for Bots!

*************************************
**********Made by BotMaN**************
***Visit #BotMaN on GameSurge.net*******
*************************************
*************************************

on *:input:*: {
  if ($1 = .google) && ($2) {
    if ($chan = $null) {
      run http://www.google.com/search?q= $+ $htmlfrm($2-)
      halt
    }
    run http://www.google.com/search?q= $+ $htmlfrm($2-)
    halt
  }
}
on *:text:*.google*:*: {
  if ($chan = $null) {
    notice $nick http://www.google.com/search?q= $+ $htmlfrm($2-)
    halt
  }
  notice $nick http://www.google.com/search?q= $+ $htmlfrm($2-)
}
alias htmlfrm {
  var %i = 1,%r
  while (%i <= $len($1-)) {
    if ($mid($1-,%i,1) isalnum) { %r = %r $+ $ifmatch }
    else { %r = %r $+ % $+ $base($asc($mid($1-,%i,1)),10,16,2) }
    inc %i
  }
  return %r
}
Submit a comment
Oops! You need to login or register before you can post a comment!

ebaum's world