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

by adi2247
Mon Dec 27, 2010 1:08 am
Forum: Scripting Help
Topic: Run a proc between specific times/days
Replies: 7
Views: 6140

Re: Run a proc between specific times/days

strftime seems to be working great for the most part. Sometimes i have to restart the bot completely vs a .rehash but that may or may not be related to the code below, and more related to numerous mysql connections, not sure yet. But if anyone sees anything glaringly wrong w the below please let me ...
by adi2247
Thu Dec 23, 2010 6:22 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 436516

works perfect, ty for the update!
by adi2247
Thu Dec 23, 2010 3:15 pm
Forum: Scripting Help
Topic: Run a proc between specific times/days
Replies: 7
Views: 6140

ty all for the sugestions! i will try some of these and report back!
by adi2247
Tue Dec 21, 2010 5:41 am
Forum: Scripting Help
Topic: Run a proc between specific times/days
Replies: 7
Views: 6140

Run a proc between specific times/days

currently i have a proc similar to this: proc timer {min args} { if {[scan $min %d] % 5 == 0} { #Code goes here } } which runs a proc every 5 min, but i would also like to have it check to see if the system time is between 9am-5pm mon-fri before running. i think it may be somthing similar to proc ti...
by adi2247
Mon Dec 20, 2010 3:44 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 436516

bit of an error recently but doesn't seem to effect posting to twitter, just posting the confirm to chat: [14:35:01] Tcl error [proc:tweet]: can't read "id": no such variable this is intermitent and even when the error does occur, posts are still being made to twitter, but the confirmation...
by adi2247
Mon Dec 13, 2010 2:06 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 436516

Just an update, i got this worked out and now authenticates. A few points to mention: http2.5 folder is aparently only created w TCL 8.4.X NOT 8.5.X versions. more info on that: http://wiki.tcl.tk/1475 The version of http distributed in the Tcl 8.4.18 core distribution is 2.5.3. The Tcl 8.5.2 releas...
by adi2247
Sat Dec 04, 2010 4:59 pm
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 436516

thanks for the heads up on the http1.0 folder, not sure why http2.5 wasn't created when in reinstalled tcl. I manualy created the http2.5 dir and put the new http.tcl file in there, chmod 755 http2.5 and chmod 644 http.tcl. it now resides in: /usr/local/lib/tcl8.5/http2.5/http.tcl .rehashed and here...
by adi2247
Sat Dec 04, 2010 2:34 am
Forum: Script Support & Releases
Topic: Birdy (OAuth, Twitter, Tweets&MegaHAL v6.01d) Jun12,2013
Replies: 305
Views: 436516

By the looks of it, I'm using http package 2.5.2 - so there must have been one hell of a change between 2.5.2 and 2.5.3 to present this issue hey? # These are handled specially array set map { " " + \n %0d%0a } variable formMap [array get map] Find the above in your copy of http.tcl it's ...
by adi2247
Tue Nov 30, 2010 1:20 am
Forum: Scripting Help
Topic: php text grabbing tcl
Replies: 14
Views: 10230

This script is fantastic! how can i make it check the site and post to chat every X min between the hours of X and Y?
by adi2247
Tue Nov 30, 2010 12:54 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 656016

Script has been working great however it seems to be confused with the most recent post from a feed as it is not recognizing that it has already posted to the chat. every 15min is posts the same headline over and over. rehashing the script/triggering it again has not ended the loop. any tips? *edit*...