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

by starryeyedhaze
Fri Jun 23, 2017 11:10 am
Forum: Script Support & Releases
Topic: incith:weather (2.8p) (Dec. 18th, 2008)
Replies: 311
Views: 435485

Hi! It looks like wunderground turned off ssl v3 and so I had to change the following:

Code: Select all

OLD: ::http::register https 443 [list ::tls::socket -request 1 -require 0 -ssl3 1 -tls1 1]

NEW: ::http::register https 443 [list ::tls::socket -request 1 -require 0 -ssl3 0 -tls1 1]
by starryeyedhaze
Sat Jun 30, 2012 12:29 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 432364

I downloaded the latest version from the link that you provided -- it listed version 5.05c, but when I look at twitter.tcl it lists version 5.05a. Is this still the most up-to-date version? I am asking because @mentions are showing up in the logs but not ever getting displayed to the channel, and ev...
by starryeyedhaze
Fri Oct 29, 2010 2:49 pm
Forum: Script Support & Releases
Topic: urban.tcl
Replies: 5
Views: 8100

nevermind.

It looks like urban dictionary changed their single quotes to double quotes. All fixed :)
by starryeyedhaze
Fri Oct 29, 2010 2:47 pm
Forum: Script Support & Releases
Topic: urban.tcl
Replies: 5
Views: 8100

urban.tcl

I'm stumped. Today the urban dictionary script stopped working. It doesn't look like UD changed their formatting or anything and the regexes in the tcl look fine. [UD]: Getting defintion for vagina... [UD]: Word not found or doesn't exist. I get this error every time no matter what word I choose. I ...