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.

babel.tcl 3.1 (html in party line)

Old posts that have not been replied to for several years.
Locked
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

babel.tcl 3.1 (html in party line)

Post by Yoda »

Hi,
yesterday I changed babel.tcl to the new version 3.1 as 3.0 stop to work because the url change.

I got a very strange thing: when I do a translation command I got the full html page of bable.altavista.com in party line :D the translation is done correctly, no errors, but I dont understad why I got this html code (very long) in party line.

for a better understanding, this is the start of what I have in party line:


<BiT> [12:53] Mauro@#it.cin translate it_en mamma
<BiT> [12:53] <html><head>
<BiT> [12:53] <title>AltaVista's Babel Fish Translation Service</title><meta name="description" content=" AltaVista provides the most comprehensive search experience on the Web! ">
<BiT> [12:53] <meta name="keywords" content=" translate, translation, translation services, machine translation, language translation, Babel Fish, babelfish, Bable Fish, bablefish ">
<BiT> [12:53] <meta http-equiv="content-type" content="text/html; charset=UTF-8"><LINK REL="icon" HREF="favicon.ico" TYPE="image/ico">

....... and so on until the end of the html code

someone has an idea about?

thanks a lot
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

I havn't looked at the script, however.

Try looking int he script settings, for a debug setting. It may be enabled, and needs disabling.
User avatar
Papillon
Owner
Posts: 724
Joined: Fri Feb 15, 2002 8:00 pm
Location: *.no

Post by Papillon »

just looked at it... MORA has probably just forgot this debugline:

Code: Select all

putlog $line
delete it or uncomment it and try again
Elen sila lúmenn' omentielvo
Y
Yoda
Halfop
Posts: 78
Joined: Thu Oct 24, 2002 2:57 am
Location: Milano, Italy
Contact:

Post by Yoda »

Great!! :lol:
now it works fine

thanks a lot for you help
L
Langaroek

further on 3.1

Post by Langaroek »

is it possible to make the script only react to ops and voiced instead on all users ?

cause im getting a bit abused :D and would still like to use it.
s
spock
Master
Posts: 319
Joined: Thu Dec 12, 2002 8:40 pm

Post by spock »

you could change the bind
bind pub o|o trigger theproc

so that only people added as global-op or chan-op can trigger it

or

you add a "isop" or "isvoice" check inside the proc
photon?
Locked