This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

incith:google :)

Support & discussion of released scripts, and announcements of new releases.
Post Reply
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

I've gone over madwootas changes, they'll 99% most likely be in the next release of incith:google, which will bring google groups support. =)

And the population thing too. *smirk*

Thanks, madwoota. =)
m
madwoota
Halfop
Posts: 53
Joined: Tue Aug 09, 2005 12:27 am

Post by madwoota »

incith,
news.google.com searching (!gn) is added.

I've emailed you another unified diff, but I couldnt be bothered pulling the previous changes out and just modding in the current bits for news.
So it includes all changes made so far against a default 1.4

I gather this is why cvs and such is handy :)

Next challenge - movie:, language, locality & stocks:.
... Although, since google stocks: actually uses yahoo, is that even appropriate for a google script ? ;)
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

Version 1.5 is up, support for print.google.com, news.google, groups, and a bunch more..

There's a bug in previous versions which allows a lot of potential channel spam to be generated, so you may want to update. =)
k
kayuto
Voice
Posts: 2
Joined: Sat Sep 03, 2005 5:51 pm

Post by kayuto »

hi incith

your script works great with "!" as conmmand char.
but if want to use another char there, your script doesn't work for me anymore ;|

for example, i normally use "§" in my other scripts. but i get no response if i use this char in yours ;(
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

kayuto wrote:hi incith

your script works great with "!" as conmmand char.
but if want to use another char there, your script doesn't work for me anymore ;|

for example, i normally use "§" in my other scripts. but i get no response if i use this char in yours ;(
I'll have to look into it.. thanks for mentioning it. =)
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

Ok, well I've coded a solution for this, I'll try and get it into the release after the next one.. it is fixed in the next incith:weather script update.
k
kayuto
Voice
Posts: 2
Joined: Sat Sep 03, 2005 5:51 pm

Post by kayuto »

Thanks
c
cooluser55
Voice
Posts: 2
Joined: Mon Sep 12, 2005 1:01 pm

Post by cooluser55 »

I can't for the life of me find the require package http 2.3 .. after reading these posts here, I saw http-2.5.tcl and don't see that in my scripts file... can someone show me where I can get it? thanks.
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

Hello, the http library ("package") should come with Tcl, the 2.3 merely means "use this version or higher" in Tcl code.

You could try removing the 2.3, perhaps you have an earlier version that will still work, but if not still, http://incith.sytes.net:88/http-2.5.tcl should work. (just source it before google)

Code: Select all

source scripts/http-2.5.tcl
source scripts/incith-google.tcl
This version of http.tcl comes from my Tcl installation on my Linux box, if you're using a Windrop you'll likely need this file, but if you're under *nix/BSD, I don't see why you shouldn't already have it. :)

Regards~
c
cooluser55
Voice
Posts: 2
Joined: Mon Sep 12, 2005 1:01 pm

Post by cooluser55 »

Thanks so much!! Now I can use google and horoscope with no problems!!
e
evildude
Voice
Posts: 24
Joined: Tue Feb 03, 2004 9:13 pm

Did it quit working?

Post by evildude »

Did the google script quit working today?

[18:51] Tcl error [incith::google::public_message]: can't read "link": no such variable

running 1.5.1
e
evildude
Voice
Posts: 24
Joined: Tue Feb 03, 2004 9:13 pm

Sorry, left out some important info

Post by evildude »

It occurs when I google a hostname or ip
User avatar
incith
Master
Posts: 275
Joined: Sat Apr 23, 2005 2:16 am
Location: Canada

Post by incith »

Fixed: incith-google-1.5.2.tar.gz

Thanks for mentioning it. :)
r
rix
Halfop
Posts: 42
Joined: Wed Sep 21, 2005 1:04 pm
Location: Estonia

Post by rix »

It gives me an error in partyline, when using any command:

Code: Select all

[20:08] Tcl error [incith::google::public_message]: couldn't open socket: host i        s unreachable
Im using Rulex shell and eggdrop. I didn't have to change anything in http-2.5.tcl file, right?

-edit-
Got it working already. :P

But is there any chance to make !google search results descriptions in bold?
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

rix wrote:But is there any chance to make !google search results descriptions in bold?
Enclose required bold text like so:

Code: Select all

\002bold text here\002 none here
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
Post Reply