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

by Foxman
Sun Sep 09, 2007 1:55 am
Forum: Eggdrop Help
Topic: How to make Eggdrop bot Blind for colors?
Replies: 9
Views: 17211

Yes! I can Rehash again, Thank you very much rosc2112 :)
by Foxman
Fri Sep 07, 2007 1:24 pm
Forum: Eggdrop Help
Topic: How to make Eggdrop bot Blind for colors?
Replies: 9
Views: 17211

I always die or get killed on a .rehash because of that little script, any idea why or how to solve that?

I did put that little script in a new fresh TCL file, still works like a charm though... except that i can't rehash anymore :P
by Foxman
Fri Sep 07, 2007 12:55 pm
Forum: Scripting Help
Topic: How to Replace WEEKDAY to another Language in tcl script
Replies: 9
Views: 7643

About the month translation [lindex.. works only for 8 months ;)
i'll try the [string Map... now

See yah :)
by Foxman
Sun Mar 11, 2007 2:05 pm
Forum: Scripting Help
Topic: How to Replace WEEKDAY to another Language in tcl script
Replies: 9
Views: 7643

Hi Fly, You have to look for the line set sholine "$tclr(-d10) [string toupper [strftime %A $lut]]S Top 10 - " And add the new code/change old code like this set nameOfDay [lindex {Domingo Lunes Martes Miercoles Jueves Viernes Sabado} [clock format $lut -format %w]] set sholine "$tclr...
by Foxman
Thu Mar 08, 2007 7:24 pm
Forum: Scripting Help
Topic: How to Replace WEEKDAY to another Language in tcl script
Replies: 9
Views: 7643

Thanks a lot all, it worked! now i can do the same for MONTHS. %B

you guy's are great!
by Foxman
Thu Mar 08, 2007 3:43 pm
Forum: Scripting Help
Topic: How to Replace WEEKDAY to another Language in tcl script
Replies: 9
Views: 7643

I take it: If I would use: set nameOfDay [string map { Sunday Zondag Monday Maandag Tuesday Dinsdag Wednesday Woensdag Thursday Donderdag Friday Vrijdag Saturday Zaterdag } [strftime %A $lut]] I should replace [strftime %A $lut] for $nameOfDay in the script? The actual line in the script is: set sho...
by Foxman
Thu Mar 08, 2007 1:21 pm
Forum: Scripting Help
Topic: How to Replace WEEKDAY to another Language in tcl script
Replies: 9
Views: 7643

How to Replace WEEKDAY to another Language in tcl script

I've translated a script to Dutch (BogusTrivia) all good... But i would also like to tranlate the Weekday's in the script the day's are called like this: [strftime %A $lut] This will show: sunday, monday, tuesday, wednesday, thursday, friday or saturday I thought doing something like: [TDoDay [strft...
by Foxman
Wed Mar 07, 2007 1:44 pm
Forum: Eggdrop Help
Topic: How to make Eggdrop bot Blind for colors?
Replies: 9
Views: 17211

User i would like to Thank you very much for that piece of script ;)
It works like a charm :P

Thanks a lot ;)
by Foxman
Wed Jan 10, 2007 5:38 pm
Forum: Eggdrop Help
Topic: How to make Eggdrop bot Blind for colors?
Replies: 9
Views: 17211

How to make Eggdrop bot Blind for colors?

I would like to let my users to be able to use Colors, Bolds, Underlines etc.. and to use public (Eggdrop) commands, to answer Trivia Questions and able to communicate with my AI eggdrop bot. Or differently said, I would like my eggdrop bot to be blind for Colors, bolds and underline codes... sounds...