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 11 matches

by jimmyx
Mon Aug 25, 2003 3:35 pm
Forum: Archive
Topic: Murf's Weather tcl
Replies: 29
Views: 10526

Yeah I have that problem as well.

Edit --

Hmm..maybe they changed the code around on the forecast site or something?

The weather script uses: http://www.wunderground.com/cgi-bin/fin ... ry=ZIPCODE
by jimmyx
Mon Aug 25, 2003 3:36 am
Forum: Archive
Topic: Little help..
Replies: 1
Views: 1084

Little help..

I was wondering if it was possible for an eggdrop to send data to a website. For example, I have www.mysite.com/contact.html with an email form on it with 3 textboxes, name, email, and message. Would it be possible for an eggdrop to open up the site, fill in the info and send? Hmm..like have a user ...
by jimmyx
Sun Aug 17, 2003 6:05 pm
Forum: Archive
Topic: Changing 1 string to 3 parts
Replies: 5
Views: 1920

I got it.

Thanks for your help, guys.
by jimmyx
Sat Aug 16, 2003 7:33 pm
Forum: Archive
Topic: Changing 1 string to 3 parts
Replies: 5
Views: 1920

I'm guessing its either a stupid noob mistake -- or I should start reading up the tcl documentation some more. But here's a snipplet of what I have: proc addstrings {nick uhost w1 w2 w3 text} { global mainchan file putserv "NOTICE $mainchan : $nick ( $uhost ) adding $text to $file" set fs ...
by jimmyx
Fri Aug 08, 2003 5:41 pm
Forum: Archive
Topic: Changing 1 string to 3 parts
Replies: 5
Views: 1920

Changing 1 string to 3 parts

I was wondering it was possible to change 1 text string (for example: bob is cool) and make it into 3 seperate strings, bob, is, and cool. How would I go about doing this? I've used the search function, but I didn't find anything that could help, well..that I could understand. :oops: I guess that wa...
by jimmyx
Wed Aug 06, 2003 9:39 pm
Forum: Archive
Topic: React on colorized text
Replies: 8
Views: 2379

mIRC color code wont work in TCL. You need to use \003

For example:

Code: Select all

putserv "privmsg #channel : \00312,11Thanks for the +v \00312"
by jimmyx
Tue Aug 05, 2003 3:46 pm
Forum: Archive
Topic: Writing to a file
Replies: 1
Views: 2255

Writing to a file

I was wondering it if was possible to write to a file on a public command?

If it is, mind pointing me to some tutorials? thanks. :D
by jimmyx
Thu Jul 24, 2003 12:30 pm
Forum: Archive
Topic: Somewhat advanced channel kick script
Replies: 1
Views: 952

Somewhat advanced channel kick script

I'm wondering if it would be possible to create a public kick script that would only be accessible to all users who are voiced and higher. Would that be possible?

Thanks. :wink:
by jimmyx
Mon Jul 21, 2003 8:55 am
Forum: Archive
Topic: Monitoring messages..
Replies: 2
Views: 741

thank you. :)
by jimmyx
Mon Jul 21, 2003 4:12 am
Forum: Archive
Topic: Monitoring messages..
Replies: 2
Views: 741

Monitoring messages..

how would i go about writing a script that would react to messages to the bot? would it be like bind msg or something?

thanks
by jimmyx
Mon Jul 14, 2003 8:16 pm
Forum: Archive
Topic: Running a command on connect
Replies: 1
Views: 864

Running a command on connect

I have a few eggdrops connected to my server, and I was wondering if it was possible to run certain commands on connect. I know you can run commands like MODE, but would it be possible to run thinks like vhost? For example, I have vhosts setup on my server, so that people can change their hostnames ...