Just Fucking Google It
February 23rd, 2008 by RadarI’m sure that if you help out people and live in the help channels of the multitude of IRC servers on the interwebs that you’re sick of telling people to “JFGI” or “Just Fucking Google It”, and then end up googling it yourself to provide them with a link so they can go away.
So I created the mIRC alias script known only as “google”. Type /google <query> to get a url like http://www.google.com/search?q=rails+2.0+scaffold. Chuck the following in your alias file and never have to google anything again!
jfgi {
/msg $active http://www.google.com/search?q= $+ $replace($1-,$chr(32),+)
}
I originally had this posted as “google” but apparently users of NoNameScript already have a google alias, so I changed it for them.

February 2nd, 2009 at 5:32 am
Hello. And Bye. :)
March 20th, 2009 at 11:34 pm
very intresting