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

by Ladykiller
Tue Feb 27, 2007 6:39 pm
Forum: Scripting Help
Topic: probs with gbash script
Replies: 1
Views: 2190

probs with gbash script

Have that Script but get this error and dont know why Tcl error [::rss::admin]: can't read "token": no such variable # # - Namespace - # namespace eval ::rss { # - Packages - # # Http package require http # - Settings - # # Antispam Time (In Sekunden) variable antispam "60" # Fee...
by Ladykiller
Wed Feb 21, 2007 6:41 pm
Forum: Script Support & Releases
Topic: ChartScript wrong proc ?
Replies: 8
Views: 6520

Very nice. Thx to all for the nice help Kind regards LK edit: Grrmmmlll Now i am sleepy bind PUB -|- ".charts" pub:mtv:charts setudef flag charts proc pub:mtv:charts { nickname hostname handle channel arguments } { if { [info exists ::chartsdone($channel)] || ![channel get $channel charts]...
by Ladykiller
Wed Feb 21, 2007 9:26 am
Forum: Script Support & Releases
Topic: ChartScript wrong proc ?
Replies: 8
Views: 6520

Another way to do the same thing, more or less: set x 0 if { $chart != "" } { foreach chart [split $chartlist "|"] { incr x 1 if {$x == 1} { sendmsg $channel "GERMAN TOP5: $x\. $chart"} } else { sendmsg $channel "x\. $chart" continue } } } gives an Error (&qu...
by Ladykiller
Tue Feb 20, 2007 10:16 am
Forum: Script Support & Releases
Topic: ChartScript wrong proc ?
Replies: 8
Views: 6520

Hi thanks for the help. I got it now. Bit different. foreach chart [split $chartlist "|"] { if { $chart != "" } { incr x sendmsg $channel "GERMAN TOP5" "$x\. $chart " continue } } otherwise u get a lil sendmsg error Maybe u can help again. With this code i hav...
by Ladykiller
Sun Feb 18, 2007 6:50 pm
Forum: Script Support & Releases
Topic: NowPlaying.tcl
Replies: 5
Views: 5408

errormsg etc.....
Some more infos would be helpfull
by Ladykiller
Sun Feb 18, 2007 4:29 pm
Forum: Script Support & Releases
Topic: ChartScript wrong proc ?
Replies: 8
Views: 6520

ChartScript wrong proc ?

I tried to load this lil Script but got an error and need some Help please to find it. Thanks in advance Here is the Script bind PUB -|- ".charts" pub:mtv:charts setudef flag charts proc pub:mtv:charts { nickname hostname handle channel arguments } { if { [info exists ::chartsdone($channel...