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

by dutch1918
Fri Nov 06, 2015 9:41 pm
Forum: Scripting Help
Topic: tcl proc error
Replies: 2
Views: 4514

Yeah I understand that something changed however, I am unable to nail it down. Was hoping someone else might have some knowledge
by dutch1918
Fri Nov 06, 2015 3:19 pm
Forum: Scripting Help
Topic: tcl proc error
Replies: 2
Views: 4514

tcl proc error

I've had the proc working for a long time without any problem http://pastebin.com/Nem3uT69 however, I am now getting this tcl error... Tcl error: can't read "change": no such variable I have checked the url and don't see any changes. Any help would be appreciated.
by dutch1918
Sun Dec 28, 2014 11:08 am
Forum: Script Requests
Topic: Bitcoin pool BTCGuild api statistic in channel or notice
Replies: 1
Views: 4542

Not sure what your looking for but assume this: proc bcp { min hour day month weekday } { set query "https://api.bitcoinaverage.com/ticker/global/USD/" ::http::register https 443 [list ::tls::socket -require 0 -request 1] http::config -useragent {Mozilla/4.0 (compatible; MSIE 4.01; Windows...
by dutch1918
Sun Dec 28, 2014 10:57 am
Forum: Scripting Help
Topic: TCL script help - us holiday check
Replies: 2
Views: 4638

I finally figured it out with some help... In case someone else is looking the same thing here is the code I came up with: holiday.csv file Dec 25 Christmas US Holiday True Jan 1 New Year's Day US Holiday True Jan 19 Martin Luther King US Holiday True Feb 16 Presidents Day US Holiday True Apr 3 Good...
by dutch1918
Thu Dec 04, 2014 10:54 am
Forum: Scripting Help
Topic: TCL script help - us holiday check
Replies: 2
Views: 4638

TCL script help - us holiday check

holiday.csv format date,name,bank holiday,TRUE or FALSE proc do_930_post {min hour day month weekday} { global stockchan if {get date,TRUE/FALSE from holiday.csv and compare to todays date if TRUE then} { putserv "privmsg #swingtrader :\0030,4 09:30ET\0030,12 ((( US MARKET CLOSED - US HOLIDAY )...
by dutch1918
Fri Oct 24, 2014 6:10 pm
Forum: Scripting Help
Topic: Need a eggdrop-script for parsing lines from IRC
Replies: 7
Views: 8425

yeah I already know about that one however, that only works to automatically restart the bot if the shell it's on reboots or if the bot process is killed for some other reason. I need one that will ping the bot and if no response kill the process and restart the bot.
by dutch1918
Fri Oct 24, 2014 11:31 am
Forum: Scripting Help
Topic: Need a eggdrop-script for parsing lines from IRC
Replies: 7
Views: 8425

I would be interested in a shell script run by crontab and have it ping the bot say every 5 mins and if no response restart the bot
by dutch1918
Fri Oct 24, 2014 11:22 am
Forum: Script Requests
Topic: bot keep alive
Replies: 7
Views: 8632

I an using v1.8... How would I check to see what the deeper problem might be so it can be fixed
by dutch1918
Sat Oct 11, 2014 9:28 am
Forum: Eggdrop Help
Topic: Need help "package required TLS"
Replies: 1
Views: 5349

you need tls & tlslib installed
by dutch1918
Sat Oct 04, 2014 8:33 am
Forum: Scripting Help
Topic: $var
Replies: 3
Views: 4977

I get the following error back: Tcl error [pub:test]: invalid character "]" in expression "...irst "+" $change] == 0]" After further research I resolved it. Here is the correct syntex: set plus [string first "+" $change] set minus [string first "-" $...
by dutch1918
Fri Oct 03, 2014 7:17 pm
Forum: Scripting Help
Topic: $var
Replies: 3
Views: 4977

$var

I have a $var that has data +###.## or -###.##. What I want to do is "if the $var has +###.## then do something. This is what I have thus far but it doesn't work... if {[$change]!="+"} { putserv "PRIVMSG $channel :\[\00304DJIA\017]\00303 --> $last $change\017 | $timestamp" }...
by dutch1918
Sun Sep 28, 2014 11:00 am
Forum: Script Requests
Topic: bot keep alive
Replies: 7
Views: 8632

well the culprit network I'm having problem with is othernet.org
by dutch1918
Sat Sep 27, 2014 2:41 pm
Forum: Script Requests
Topic: bot keep alive
Replies: 7
Views: 8632

I am connected to 2 different servers and the other server has no problem so it's not the scripts. Also if I ping the server I am having problems with sometimes it pings back 22 ms and sometimes it's lots lots more
by dutch1918
Sat Sep 27, 2014 10:27 am
Forum: Script Requests
Topic: bot keep alive
Replies: 7
Views: 8632

bot keep alive

I've looked and could not find this. Looking for a script that will keep the bot alive. The current problem I'm having is that sometimes the bot pings out and never reconnects.

Thanks