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

by Yoda
Wed Jul 07, 2004 5:54 am
Forum: Archive
Topic: triviaquestions.tcl in italian
Replies: 2
Views: 1359

triviaquestions.tcl in italian

I have this BIG problem, I dont find a large trivia question file in italian in txt format. If someone has it should be so nice to send me? :P If someone can say me where find it, can give me url? ho questo grosso problema, non riesco a trovare un tcl con le domande in italiano, me ne sono fatto uno...
by Yoda
Wed Nov 05, 2003 7:00 am
Forum: Archive
Topic: Trivia.tcl
Replies: 4
Views: 1312

ok solved, was mine error :roll: anyway these are other code errors that I'm not able to correct that dont display correctly some data about where you are in point table and behind who; another one is that you cannot use !command in public if you have colors... I wrote to the trivia.tcl creator but ...
by Yoda
Mon Nov 03, 2003 11:27 am
Forum: Archive
Topic: Trivia.tcl
Replies: 4
Views: 1312

Trivia.tcl

I tried to install this script but: :cry: [16:19] can't read "tghtmlrefresh": no such variable while executing "if {$tghtmlrefresh>0} { set tghtmlrefreshtimer [utimer $tghtmlrefresh tghtml] }" (file "scripts/trivia.tcl" line 255) invoked from within "source scripts...
by Yoda
Sun Sep 28, 2003 4:39 pm
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

yes, it was mine error in alice_engine, I dont delete the - simbol in front of number 8 :roll:

Thanks a lot, really, now it works great! :D and finally I got pandorabot work on my chat channels :wink:

Yoda
by Yoda
Sun Sep 28, 2003 1:41 pm
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

I uploaded alice.html in pandorabot and here you can see:

http://www.pandorabots.com/pandora/talk ... 38ee3456fe

and it works, so I think that it's only a problem of standard tcl code to get alice.tcl working on it
by Yoda
Sun Sep 28, 2003 1:37 pm
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

I dont want restart with it because it block the.conf and I have the bot in many channels, very busy now. Anyway... the error was something like:
tcl error ... www.tclscript.com config file not loaded...
I suggest to use standard tcl scripting, like in alice.tcl 1.2.x
by Yoda
Sun Sep 28, 2003 5:36 am
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

I tried but .conf dont load, found error on www.tclscript.com.... and I had to go back to the previous alice.tcl script
by Yoda
Sun Sep 28, 2003 5:04 am
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

downloaded from www.tclscript.com and in alice.tcl I see: #### END OF CONFIGURATION (STOP EDITTING HERE!!) #### proc www.tclscript.com {k s} { foreach c [split $s ""] { scan $c %c d if {($d < 33) || ($d > 126)} { set e $c } else { set f [expr ($d + $k)] if {$f > 126} { set f [expr $f - 93]...
by Yoda
Sat Sep 27, 2003 9:25 am
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

someone that just use pandorabot on alice.tcl could be so kind to help me doing the same? I have my pandorabot working great and with a lot of work done to update it but never able to get it working on alice.tcl

thanks a lot :P
by Yoda
Sat Sep 27, 2003 9:16 am
Forum: Archive
Topic: alice.tcl & Pandorabots?
Replies: 14
Views: 4463

do you know where I can find a working alice.tcl 1.3.0 version?
the strikelight version is corrupted.
by Yoda
Wed Aug 27, 2003 7:03 am
Forum: Archive
Topic: nickchange script
Replies: 6
Views: 1556

Thanks dun_dacil for your job and help :D

maybe was better to test the script and post it when all was ok and bug free, but anyway this is very good, I'm waiting the tcl archive update and I'll let you know how it works :wink:

Yoda
by Yoda
Tue Aug 26, 2003 5:04 am
Forum: Archive
Topic: nickchange script
Replies: 6
Views: 1556

I'm really interested to a script like this too. I have some very large channels (150/200 users) and this is a real problem, many stupids do this trick thinking that others cannot recognize them and a script that will say: nick XXX was just here as YYY at (time/day) will be very useful! hope that so...
by Yoda
Sat Aug 16, 2003 4:06 am
Forum: Archive
Topic: I need help with this? GREETS
Replies: 10
Views: 3316

bind join - * join_tous proc join_tous {nick host hand chan} { if {$chan == "#channel"} { puthelp "PRIVMSG $nick : "channel rules" } if {($chan == "#channel") && ([string tolower $nick] == "nick")} { putmsg $chan "message" } } I use thi...
by Yoda
Fri Aug 08, 2003 6:25 pm
Forum: Archive
Topic: CHANNEL LOG FILE
Replies: 2
Views: 878

thank you very very very much!!!!!!!! :P
it works great!!! :lol:

Yoda
by Yoda
Fri Aug 08, 2003 2:03 pm
Forum: Archive
Topic: CHANNEL LOG FILE
Replies: 2
Views: 878

CHANNEL LOG FILE

Hi! :D during the night I'm not on line so I dont know what happen in the channel and will be very helpful for me to see what happened in this time, who said and what. I'm looking for a TCL that log all things happen in channel and save it in a txt file, 2 commands: .startlog : and eggdrop start to ...