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 hayuto
Thu Feb 27, 2014 10:49 am
Forum: Script Support & Releases
Topic: Polish translation of texas holdem script
Replies: 1
Views: 6062

updated the script, fixed bugs:
- now only one game is possible
- does'nt crash on string like "something,something" when taking bet, but i made workaround and now to raise just type the amount of money instead "podbijam $amount", just $amount like: "20"
by hayuto
Mon Dec 09, 2013 4:49 pm
Forum: Script Support & Releases
Topic: Polish translation of texas holdem script
Replies: 1
Views: 6062

Polish translation of texas holdem script

Here we translated texas holdem script credits: negocki, hayuto, PabeleczeQ, grackul321, Solarden @ QuakeNet http://hayuto.pl/holdempolski.tcl Also please help us fix this error it appears from time to time: [21:45:52] Tcl error [::holdem::take_bet]: can't use non-numeric string as operand of "...
by hayuto
Tue Jun 04, 2013 8:22 pm
Forum: Script Requests
Topic: Anyone have working function for goo.gl ?
Replies: 0
Views: 2184

Anyone have working function for goo.gl ?

To shorten url :)

Im trying to write but i don't know maybe someone already did it?
by hayuto
Tue Jun 04, 2013 12:58 pm
Forum: Script Support & Releases
Topic: i made simple script that check dailymotion livestream
Replies: 6
Views: 10852

i updated the stream and translated all variables (first post in topic updated) to english if anyone want it ;) it have many functions now :P
by hayuto
Mon Jun 03, 2013 12:43 pm
Forum: Script Support & Releases
Topic: i made simple script that check dailymotion livestream
Replies: 6
Views: 10852

thanks i dont know since yesterday i put much work in my own script maybe it isnt super pretty but it have now many function like having a list of all past streams with date and length, it can show status, and it announce immidietly when the stream starts and stops :P even if bot is restarted it wil...
by hayuto
Sun Jun 02, 2013 2:38 pm
Forum: Script Support & Releases
Topic: i made simple script that check dailymotion livestream
Replies: 6
Views: 10852

didn't edited anything yet just loaded it and

Code: Select all

20:38 <suchybot> [20:38:00] Tcl error [streamUpOrDown]: can't use non-numeric string as operand of "-"
by hayuto
Sun Jun 02, 2013 9:57 am
Forum: Script Support & Releases
Topic: i made simple script that check dailymotion livestream
Replies: 6
Views: 10852

will it be less resource heavy if i check every 5 seconds within the script, instead of wget? i want to check every 5 seconds, what good from script that will tell us the stream started after it has been live for whole minute? :D i always tought wget is super fast and super optimized, and also i cha...
by hayuto
Sun Jun 02, 2013 1:57 am
Forum: Script Support & Releases
Topic: i made simple script that check dailymotion livestream
Replies: 6
Views: 10852

i made simple script that check dailymotion livestream

i made it for our channel only so you have to edit it

http://wonziu.tk/sprawdzstream.tar.bz2
what you think? :D
by hayuto
Sat Jun 01, 2013 2:12 pm
Forum: Scripting Help
Topic: i asked my shell provider to install tls, he did but...
Replies: 2
Views: 3292

it doesnt give error now cause i added this: http::register https 443 ::tls::socket but it still doesnt get anything from https pages. the script is edited by me i added tinyurl function and some other stuff, i am not good at tcl so my own code there is probably lame but it works so far (besides htt...
by hayuto
Sat Jun 01, 2013 1:04 pm
Forum: Scripting Help
Topic: i asked my shell provider to install tls, he did but...
Replies: 2
Views: 3292

i asked my shell provider to install tls, he did but...

...but i still get error:

Code: Select all

18:41 <suchybot> [18:41:16] Tcl error [::url::check]: Unsupported URL type "https"
do i need to recompile everything after installing tls to get ssl working???

Thanks for help
by hayuto
Fri May 31, 2013 10:21 pm
Forum: Scripting Help
Topic: [SOLVED] Nickname/Uhost tracker script
Replies: 20
Views: 20038

anyone know a script that could tell if someone uses a nick of a person from text file? i mean i would put known hosts and nock they uses to text file the script would alert the channel, not even kick, that this isnt really the peron we know?
by hayuto
Fri May 31, 2013 2:31 am
Forum: Scripting Help
Topic: adding view count to youtube script
Replies: 6
Views: 8016

lol i had the same script but in version 1.3, so many changes ;) thanks
by hayuto
Thu May 30, 2013 1:55 pm
Forum: Scripting Help
Topic: adding view count to youtube script
Replies: 6
Views: 8016

for youtuber name i added if {[regexp -nocase {<name>(.{1,})<\/name>} $y_data - y_data_n]} { set y_data_n [string map -nocase [list {"} {"} {&} {&} {<} {<} {>} {>}] $y_data_n] regsub -all -nocase {[ ]{1,}} $y_data_n { } y_data_n } else { putlog "YouTube: parsing error (<title>...
by hayuto
Tue May 28, 2013 6:57 pm
Forum: Scripting Help
Topic: adding view count to youtube script
Replies: 6
Views: 8016

adding view count to youtube script

i have this script http://paste.tclhelp.net/?id=dci and i wanted to add view count to this script, i see in gdta there is <yt:statistics favoriteCount='0' viewCount='121146018'/> but my head hurts when i try to figure out regexp for this, also i dont really know tcl :P i just read this scripts and f...