### # Translator 2.0 © 1999,2000 Per Johansson (dw@eggheads.org) # # For eggdrop1.3/1.4/1.5 (uses babelfish at altavista) # (might work in 1.1.5 also but I dont really care that bot version suck) # # v1.0 (19/12-98) -- first release # v1.1 (21/12-98) -- added some user settings # added bindings for msg and dcc # made it friendly with multichanbots # v1.2 (20/9-99) -- fixed security bug..wonder how many tcls that has it. #-- # v2.0 (01/12-99) -- Totally recoded it should work with older tcl versions # take less resourses, be more simple to get working # and be more secure. # It's now async(non blocking) and requests are stacked. # # Installation: gunzip translator2.0.tar.gz # mv translator2.tcl ~/botdir/scripts/ # echo source scripts/translator2.tcl >> ~/botdir/.conf # .rehash # # Usage: pub: !translate # msg: /msg translate # dcc: .translate ####### # Note: I code all my stuff from scratch, I rip no other persons code # If you seen some part of this somewhere else it has been copyed # from me. Per "dw" Johansson #######