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

by cache
Wed Jan 11, 2017 11:23 am
Forum: Script Support & Releases
Topic: Simple Wunderground Weather Script - weather.tcl
Replies: 6
Views: 12613

Code: Select all

[10:10] Tcl error [pub_w]: can't read "data": no such variable
by cache
Sun May 10, 2015 3:24 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435414

speechles wrote:New Version: Incith-weather 2.9d
Http://ereader.kiczek.com/incith-weather.tcl
Thank you very much for keeping this going for many years, I knew you would chime in eventually, I will wait till you finish doing much as you can before I add it, I prefer just the current weather of the day anyway.
by cache
Sat May 10, 2014 12:46 am
Forum: Eggdrop Help
Topic: [SOLVED] eggdrop and FBSD 10! :(
Replies: 3
Views: 7504

Thanks, I put eggdrop on FreeBSD 10 on my new server and had same problem..... downloading 9.2 now. Btw which version of eggdrop you on? and is it ports/lang/tcl84 or 85 you use?
by cache
Fri May 09, 2014 10:56 pm
Forum: Eggdrop Help
Topic: FreeBSD 10?
Replies: 2
Views: 6813

FreeBSD 10?

Does anyone know if eggdrop is compatible with FreeBSD 10?

I type ./configure it is successful

I type make config it is successful

Then I type make and get this error:

Code: Select all

cc: error: linker command failed with exit code 1 (use -v to see invocation) 
 *** Error code 1 
by cache
Mon Apr 29, 2013 3:04 pm
Forum: Script Support & Releases
Topic: incith:horoscope (r94) (Jan. 20th, 2009)
Replies: 51
Views: 99069

Thanks very much crazyVTr, that worked!
by cache
Mon Apr 29, 2013 12:44 pm
Forum: Script Support & Releases
Topic: incith:horoscope (r94) (Jan. 20th, 2009)
Replies: 51
Views: 99069

This horoscope script stopped working. It has been repeating the same old horoscope a few days now but the website is showing new ones each day. Anyone else?
by cache
Sat Jun 16, 2012 10:53 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435414

<speechles> !wz Bristol UK <sp33chy> speechles's weather request; Bristol Airport, United Kingdom (51.4°N/2.7°W); Updated : 9:50 PM BST (June 16, 2012); Conditions : Mostly Cloudy; Temperature : 54°F (12.2°C); High/Low : 59/50°F (15/10°C); UV : 0/16; Humidity : 88%; Dew Point : 50°F (10°C); Pressur...
by cache
Fri Jun 15, 2012 10:46 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435414

Problem trying to get weather for Bristol UK This is the error I get in Telnet: [22:43] incith:weather-2.8r: <nck/#chan> .weather Bristol UK [22:43] Tcl error [incith::weather::weather_handler]: unable to convert date-time string "January</option><option value="2">February</option><op...
by cache
Fri Feb 04, 2011 12:39 pm
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435414

Working fine for me.. did you download the new version 2.9? speechles posted a link to it.
by cache
Thu Feb 03, 2011 6:29 am
Forum: Script Requests
Topic: Relay Script - On certain text matches
Replies: 7
Views: 5169

No you need to copy the entire code then change 'hello' in every spot then edit the waves hello to $nick. to what you want the word to say.
by cache
Wed Feb 02, 2011 3:39 pm
Forum: Script Requests
Topic: Relay Script - On certain text matches
Replies: 7
Views: 5169

Code: Select all

proc pub_hello {nick uhost hand channel arg} {
  global botnick
  putquick "PRIVMSG $channel :\001ACTION waves hello to $nick.\001"
  return 0
}
bind pubm - "*hello*" pub_hello
by cache
Wed Feb 02, 2011 2:32 pm
Forum: Script Requests
Topic: Answering Machine - add/del/view/timer
Replies: 2
Views: 2659

Already something like that called "Hadace messaging" in the Tcl Archive.
by cache
Wed Feb 02, 2011 10:15 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435414

This might just be a temp fix, not sure how long 'classic' version will remain up. proc fetch_html {query {query_url "http://www.wunderground.com/cgi-bin/findweather/getForecast?query="} {no_format 0}} { Change to: proc fetch_html {query {query_url "http://classic.wunderground.com/cgi...
by cache
Tue Feb 01, 2011 11:46 pm
Forum: Eggdrop Help
Topic: quit ( Sendq exceeded )
Replies: 2
Views: 2823

Sounds like an IRCd issue, not an eggdrop issue. Max sendq exceeded This is an old configuration on some servers that holds a max amount of data you can send during one session. This means that the server can't relay the text you sent to it and the server disconnects you to make you start a new sess...
by cache
Tue Feb 01, 2011 10:21 pm
Forum: Script Support & Releases
Topic: DragnLord's weather script
Replies: 359
Views: 329178

syllable3 wrote: After doing that the script works. But it inserts a question mark for some reason.
Anything replaced by a ? is a sign that the IRC server you use doesn't support ASCII codes (#deg;). My expirence anyway.