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

by username
Thu Jul 07, 2011 2:32 pm
Forum: Script Support & Releases
Topic: iMDB by perpleXA
Replies: 79
Views: 94596

One more little update. Download here . <tvrsh> !movie matrix reloaded <@bionic> The Matrix Reloaded . Also known as: The Matrix Reloaded: The IMAX Experience (2003) Rating : [ ******* ---] 7.1/10 <@bionic> Neo and the rebel leaders estimate that they have 72 hours until 250,000 probes discover Zion...
by username
Wed Jun 29, 2011 2:09 am
Forum: Script Support & Releases
Topic: relay.tcl
Replies: 10
Views: 10662

Sorry, I forgot about

Code: Select all

return 0
after

Code: Select all

putserv "PRIVMSG $rchan :$text"
by username
Tue Jun 28, 2011 9:31 am
Forum: Script Support & Releases
Topic: relay.tcl
Replies: 10
Views: 10662

Try to change set fs [open "wordsEPL.txt"] seek $fs 0 start while {[gets $fs line] >= 0} { if {[regexp -nocase ".*$line.*" [join [lrange [split $text] 0 end]] match]} { putserv "PRIVMSG $rchan :$match" } to foreach line [split [read [set fid [open "wordsEPL.txt&quo...
by username
Thu Feb 03, 2011 8:21 am
Forum: Script Support & Releases
Topic: Eggdrop RSS Syndication (rss-synd) v0.5b1
Replies: 399
Views: 651538

Fraud wrote:If a RSS Text is longer then IRC Status allow it, the Text wont be postet. Is it possible to split longer Text?
http://forum.egghelp.org/viewtopic.php?p=81741#81741
by username
Sun Jan 23, 2011 5:52 pm
Forum: Eggdrop Help
Topic: no telnet port help please
Replies: 14
Views: 11378

by username
Sun Jan 23, 2011 3:26 pm
Forum: Script Requests
Topic: stock exchange script help
Replies: 13
Views: 9027

You need to load alltools.tcl and compat.tcl before all other scripts.
by username
Sun Jan 23, 2011 1:28 pm
Forum: Script Requests
Topic: stock exchange script help
Replies: 13
Views: 9027

Test this: <tvrsh> !trigger <@bionic> Usage: !trigger <number of lines to show> <tvrsh> !trigger 7 <@bionic> 1JANATAMF [DOWN] [10.00] (-0.70) (-6.54%) <@bionic> 1STBSRS [DOWN] [1750.00] (-31.25) (-1.75%) <@bionic> 1STPRIMFMF [DOWN] [29.00] (-3.10) (-9.66%) <@bionic> ABBANK [DOWN] [1200.00] (-162.75)...
by username
Sun Jan 23, 2011 10:40 am
Forum: Script Requests
Topic: stock exchange script help
Replies: 13
Views: 9027

You need all this lines?
1JANATAMF [DOWN] [10.00] (-0.70) (-6.54%)
1STBSRS [DOWN] [1750.00] (-31.25) (-1.75%)
1STPRIMFMF [DOWN] [29.00] (-3.10) (-9.66%)
ABBANK [DOWN] [1200.00] (-162.75) (-11.94%)
ACI [DOWN] [310.00] (-12.30) (-3.82%)
...
by username
Sun Jan 23, 2011 10:29 am
Forum: Script Support & Releases
Topic: UNOFFICIAL incith-google 2.1x (Nov30,2o12)
Replies: 855
Views: 1055020

Try this. After set desc "$w1\: $w2$w3$w4$w5; $f1: $f2 \($f3\); $f4: $f5 \($f6\); $f7: $f8 \($f9\)" add lines regexp {(\d+)} $w2 {} w2far set w2cels "[expr ($w2far - 32)*5./9]°C" set desc "$w1\: $w2cels$w3$w4$w5; $f1: $f2 \($f3\); $f4: $f5 \($f6\); $f7: $f8 \($f9\)" I d...
by username
Sun Jan 23, 2011 2:33 am
Forum: Script Requests
Topic: report what they tell the bot
Replies: 4
Views: 3034

Or

Code: Select all

set chan $::owner
by username
Wed Jan 19, 2011 12:43 am
Forum: Script Requests
Topic: Help Needed editing trivia.tcl
Replies: 10
Views: 8006

To count WPM you neet to add timer and word counter, reset timer and counter every minute and give result to channel.
And I agree with Trixar_za's previous post.
by username
Tue Jan 18, 2011 5:52 am
Forum: Script Requests
Topic: stock exchange script help
Replies: 13
Views: 9027

Updated.
Now you need to use !trigger <Trading Code> to look statistics for any company.
by username
Tue Jan 18, 2011 5:38 am
Forum: Script Requests
Topic: Help Needed editing trivia.tcl
Replies: 10
Views: 8006

CPS means Characters Per Second? Change set _msg "[tgcolmisc1][lindex $tgcongrats [rand [llength $tgcongrats]]] [tgcolmisc2]$nick[tgcolmisc1]! The answer was [tgcolmisc2]$tgcurrentanswer[tgcolmisc1].[expr $tgtimeanswer==1?" You got it in [tgcolmisc2]$_timetoanswer[tgcolmisc1] seconds."...
by username
Mon Jan 17, 2011 9:16 am
Forum: Script Requests
Topic: User Channel Script
Replies: 2
Views: 2505

You need to search in Tcl Archive with "private" request. intern.tcl - Kicks users who don't match a predefined list of hostmasks when they join the channel. Intended for closed or private channels. Script is in German. Private Chan - Will only allow users on a specified channel if they've...
by username
Mon Jan 17, 2011 5:34 am
Forum: Script Requests
Topic: stock exchange script help
Replies: 13
Views: 9027

Test this: <@tvrsh> !trigger ucbl <+bionic> Market Status: Closed <+bionic> Company Name: UNITED COMMERCIAL BANK LTD. <+bionic> Last Trade: 208.70 <+bionic> Last Update: Jan 18, 2011 at 15:48:30 <+bionic> Change: -9.3 -4.27% <+bionic> Open Price: 218.0 <+bionic> Yesterday Close: 218.0 <+bionic> Day'...