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

by crux
Tue Oct 09, 2007 7:36 am
Forum: Script Support & Releases
Topic: Channel Grabber v5.98.b by awyeah (beta testrelease upgrade)
Replies: 7
Views: 11721

very nice :D
thanks to awyeah
by crux
Thu Mar 15, 2007 6:11 am
Forum: Script Support & Releases
Topic: problem with BogusTrivia 2.05.2 by SpiKe^^
Replies: 1
Views: 2788

Re: problem with BogusTrivia 2.05.2 by SpiKe^^

I load the script..i put the questions and when i type in the channel .t2 to start the trivia the bot dies (Quit: triv: fatal error) and in DCC is saying an error Tcl error [TOnOff]: can't read "t2(-kcount)": no such element in array please help me to resolve my problem.. I 'd got those e...
by crux
Mon Mar 12, 2007 4:57 am
Forum: Script Requests
Topic: score tcl for BogusTrivia
Replies: 28
Views: 18887

thanks alot SpiKe^^
my BogusTrivia is now working on tcl8.4.7 .....
by crux
Fri Mar 09, 2007 8:42 am
Forum: Script Requests
Topic: score tcl for BogusTrivia
Replies: 28
Views: 18887

I already changed all "eq" to "==" and "ne" to "!=" but .. my bot got this error and shutting down :( [04:35] Tcl error in script for 'timer139': [04:35] wrong # args: should be "lsearch ?mode? list pattern" [04:37] Tcl error [TGotIt]: wrong # args: ...
by crux
Thu Mar 08, 2007 4:50 pm
Forum: Script Requests
Topic: score tcl for BogusTrivia
Replies: 28
Views: 18887

hello Fly, did u got errors as like me ? t-2.tcl is't not working on me :( The 'ne' operator was introduced in tcl 8.4, which means you need tcl 8.4 or newer to run that script (or you could replace all the 'ne's with '!=' and see if it runs) I already changed all "ne" to "!=" ....
by crux
Thu Mar 08, 2007 1:29 pm
Forum: Script Requests
Topic: score tcl for BogusTrivia
Replies: 28
Views: 18887

hello Fly, did u got errors as like me ?
t-2.tcl is't not working on me :(
by crux
Thu Mar 08, 2007 5:19 am
Forum: Script Requests
Topic: score tcl for BogusTrivia
Replies: 28
Views: 18887

Hello SpiKe^^ I got this error, can't load new t-2.tcl [01:18] syntax error in expression "$rline ne "" && $rline ne " "" ("if" test expression) while compiling "if {$rline ne "" && $rline ne " "} { lappend rlins $rline...
by crux
Thu Mar 08, 2007 4:40 am
Forum: Script Requests
Topic: score tcl for BogusTrivia
Replies: 28
Views: 18887

Re: new script version posted

SpiKe^^ wrote:new version 2.05.2 is now posted to mytclscripts.com

fixes a couple bad problems in 2.05 and anyone using ver2.05 should upgrade now. expect this may fix fly's issue:)
Good news Thank you much SpiKe^^ :D
by crux
Thu Feb 15, 2007 11:59 am
Forum: Scripting Help
Topic: pubm
Replies: 2
Views: 3979

pubm

this code doesn't work...... I think it's incorrect binding pubm somethings need to do ... pls help me to correct.. bind pubm -|- "hello there" hello proc hello {nickname hostname handle channel} { if {[string equal $channel #mychan]} { putquick "PRIVMSG $channel :Hello welcome to #my...
by crux
Mon Feb 12, 2007 5:06 pm
Forum: Script Requests
Topic: Write Channel list 2 File
Replies: 6
Views: 4962

I edit like that set file "chanlist.txt" if {![info exists chanlist_running]} { timer 20 chanlist:make set chanlist_running 1 } proc chanlist:make {args} { global file channel botnick set chanlist [chanlist] set chanlist [lsort -dictionary [lrange $chanlist 0 end]] set outputfile [open $fi...
by crux
Mon Feb 12, 2007 3:14 pm
Forum: Script Requests
Topic: Write Channel list 2 File
Replies: 6
Views: 4962

thanks you
by crux
Mon Feb 12, 2007 11:22 am
Forum: Script Requests
Topic: Write Channel list 2 File
Replies: 6
Views: 4962

hehe.. I mean all channels list to .txt file without topics ...
pls help me with tcl code.....
by crux
Wed Feb 07, 2007 6:28 pm
Forum: Script Requests
Topic: Write Channel list 2 File
Replies: 6
Views: 4962

Write Channel list 2 File

Hello,
anyone can help to write channel list to .txt file, like that

Write Channel Nicklist 2 File tcl.
by crux
Sat Feb 03, 2007 5:18 am
Forum: Script Requests
Topic: Kill on (Left all channels)
Replies: 1
Views: 2200

Kill on (Left all channels)

hello
I want a little code to kill users, who r trying to part from a specified channel
with part message "Left all channels"


thanks you.
by crux
Thu Jan 25, 2007 6:56 pm
Forum: Scripting Help
Topic: need little help.
Replies: 6
Views: 3997

thanks you
it's working now :D