This is probably one that you have seen, it works like "!google whatever you are going to google"

Code:
on *:TEXT:!google *:#:{ 
  msg $chan 12http://www.google.com/search?hl=en&q= $+ $replace($2-,$chr(32),$chr(43))
}


-Kurdish_Assass1n