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.

Search found 23 matches

by Monty_
Sat Jun 26, 2004 4:05 pm
Forum: Archive
Topic: Help with egghttp.tcl
Replies: 5
Views: 2106

Geez, that's all it took.

Thanks :D
by Monty_
Fri Jun 25, 2004 12:16 am
Forum: Archive
Topic: Help with egghttp.tcl
Replies: 5
Views: 2106

Good thinking: bind pub - !horoscope horoscope proc horoscope { nick uhost hand chan text } { set sock [egghttp:geturl http://www.humorscope.com parse_horoscope] return 1 } proc parse_horoscope { sock } { set headers [egghttp:headers $sock] set body [egghttp:data $sock] regsub -all "\n" $b...
by Monty_
Thu Jun 24, 2004 11:01 pm
Forum: Archive
Topic: Help with egghttp.tcl
Replies: 5
Views: 2106

Help with egghttp.tcl

When attempting to retrieve a web page, I get the following error: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"><HTML><HEAD><TITLE>400 Bad Request</TITLE></HEAD><BODY><H1>Bad Request</H1>Your browser sent a request that this server could not understand.<P>Invalid URI in request GET HT...
by Monty_
Sun Jun 20, 2004 10:22 pm
Forum: Archive
Topic: Reading an index.html page
Replies: 4
Views: 1572

That looks like the very thing I'm looking for. Thanks very much.

Monty :D
by Monty_
Sun Jun 20, 2004 2:31 pm
Forum: Archive
Topic: Reading an index.html page
Replies: 4
Views: 1572

Can you tell me where I can find some of those example scripts? Have a particular one in mind? I was looking through abcnews.tcl and thought I'd understood to some extent, but it was enough.

Thanks
by Monty_
Sun Jun 20, 2004 1:00 pm
Forum: Archive
Topic: Reading an index.html page
Replies: 4
Views: 1572

Reading an index.html page

Can anyone point me to a source of information on how I can access a web page so I can parse out certain text information? The confusion seems to stem from the idea that I have to set up a socket, and I'm unclear on how to do that. I'm not an experienced programmer, just an occasional scripter. Thanks
by Monty_
Fri May 28, 2004 1:25 am
Forum: Archive
Topic: Gseen config
Replies: 5
Views: 2229

Well, that answers all questions then.

Thanks
by Monty_
Wed May 26, 2004 11:33 pm
Forum: Archive
Topic: Gseen config
Replies: 5
Views: 2229

Yeah, I gave that a try, but it was a simple change from pub to pubm, and it didn't work.

Thanks
by Monty_
Wed May 26, 2004 9:19 pm
Forum: Archive
Topic: Gseen config
Replies: 5
Views: 2229

Gseen config

Not sure if this is the right forum for this. The modules forum seems to go way deeper than my question may be.

Is there a way in the gseen config file to make the !seen command a message instead of a public command?

Thanks
by Monty_
Wed May 26, 2004 9:12 pm
Forum: Archive
Topic: Returning user'slocal time
Replies: 3
Views: 1077

That worked like a charm. Thanks for your advice and patience.

Monty
by Monty_
Wed May 26, 2004 10:55 am
Forum: Archive
Topic: Returning user'slocal time
Replies: 3
Views: 1077

Once again?

Ok...I see that now. I missed it in all the other discussion. I'll try that.

Thanks
by Monty_
Wed May 26, 2004 9:58 am
Forum: Archive
Topic: Returning user'slocal time
Replies: 3
Views: 1077

Returning user'slocal time

I'm starting this post under a different subject heading becuase I may not have stated my case clearly with the first one. I'm interested in having my bot accomplish the same thing I can do in mIRC with a /ctcp <nick> TIME. The return is a text line that includes the user's nick and local time and d...
by Monty_
Sat May 22, 2004 7:29 am
Forum: Archive
Topic: CTCP returns
Replies: 12
Views: 4118

Ah, things aren't as clear as I thought. Sorry for the confusion. The idea is to have the bot send a ctcp TIME to a person joining a channel and capture the result for processing. I had coded all the

putserv "PRIVMSG Monty_ :nick = $nick"

...type statements so I could just see it work.
by Monty_
Fri May 21, 2004 10:23 pm
Forum: Archive
Topic: CTCP returns
Replies: 12
Views: 4118

Here's a thought...

Would it make a difference that I run this bot on a Windows system? I don't have the bot running in a shell on an internet server, just my local PC that's connected to the net.

Monty
by Monty_
Fri May 21, 2004 10:06 pm
Forum: Archive
Topic: CTCP returns
Replies: 12
Views: 4118

Yeah, I tried that too. Still no reply. It's weird.

Monty