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

by FcLan
Wed Dec 27, 2006 4:58 pm
Forum: Script Requests
Topic: timer
Replies: 7
Views: 4071

it`s again me .. I try to sue regsub for replace some stupid text to polish letter but it does not work: i mean this line o the code: regsub -all "¦" $match "s" match set chan "#yourchannel" #here we start our timer timer 30 www:news proc www:news { } { set data [http::...
by FcLan
Wed Dec 27, 2006 12:35 pm
Forum: Script Requests
Topic: timer
Replies: 7
Views: 4071

Yes, but how to do it.. I don`t know how to use it, it`s only an example
by FcLan
Wed Dec 27, 2006 6:16 am
Forum: Script Requests
Topic: timer
Replies: 7
Views: 4071

Ok, I fixed it ;p, but another thing for example I vae a site with:

Code: Select all

club 2:2 club2
club 5:2 club3
And I want to show it at irc with my script it works only with frist line, second not.. I don`t know how to do it
by FcLan
Tue Dec 26, 2006 3:48 pm
Forum: Script Requests
Topic: timer
Replies: 7
Views: 4071

Code: Select all

[19:44] wrong # args: should be "www:news1 nick host handle chan text"
:(
by FcLan
Tue Dec 26, 2006 10:53 am
Forum: Script Requests
Topic: timer
Replies: 7
Views: 4071

timer

Timer, how to send last post to channel very 30 minutes pls just help me with timer.. thx package require http bind pub - !forum www:news proc www:news {nick host handle chan text} { set data [http::data [http::geturl http://someurl.com]] regexp {</a> / <b><a href="(.*?)">(.*?)</a></b></di...
by FcLan
Mon Jun 19, 2006 7:50 am
Forum: Scripting Help
Topic: Egghttp problem
Replies: 4
Views: 4158

sorry, it does not help me :(
by FcLan
Fri Jun 16, 2006 9:20 am
Forum: Scripting Help
Topic: Egghttp problem
Replies: 4
Views: 4158

ok, I`ll look, but why bot reply the same text, what`s wrong?
by FcLan
Fri Jun 16, 2006 5:04 am
Forum: Scripting Help
Topic: Egghttp problem
Replies: 4
Views: 4158

Egghttp problem

Welcome after break :D I have some problem with my http script.. I would like that bot don`t reply this same news, text from any site, and i want to read more than only 1 st news, also if it is possible i would like to add timer to this script like in mirc for ex /timer 0 300 /anyalias, but when i t...
by FcLan
Sun Jan 22, 2006 3:19 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24615

Ok, I found live.tcl but this script is ... When i use:

Code: Select all

[20:17] <Fclan> !score england
[20:17] <Sbot> Sorry Fclan, no score found.

Code: Select all

[20:17] <Fclan> !score e
[20:17] <SWOS> Newcastle Jets 1 - 0 Melbourne Victory
this script doesn`t work :/
by FcLan
Sun Jan 22, 2006 5:57 am
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24615

Live.tcl ?! I was searching it, where can I get it??, @ demond, I use rssnews.tcl, but I need to know how work with http..
by FcLan
Sat Jan 21, 2006 7:16 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24615

I need it for football results, so I need few veriables .. ;/
by FcLan
Sat Jan 21, 2006 7:00 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24615

Code: Select all

Tcl error [www:news4]: can't read "news": no such variable
by FcLan
Fri Jan 20, 2006 1:46 pm
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24615

Can you show me?
by FcLan
Fri Jan 20, 2006 10:18 am
Forum: Script Requests
Topic: check site
Replies: 19
Views: 24615

Any ideas why mroe than 1 regexp doesn`t work? i have no tcl errors.. bot do not send msg
by FcLan
Thu Jan 19, 2006 2:23 pm
Forum: Script Requests
Topic: FTP script need
Replies: 0
Views: 4649

FTP script need

Hello, I need a ftp script to send file from my shell to any server.. i tried sendftp.tcl from tcl archive, but when i`m trying to send file it returns: "server blablalba seems to be dead" .. I tried with few servers and without luck... Maybe somebody have script which works?