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...
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...
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...
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...