<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/3481" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-01-18T09:13:21-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/3481</id>

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-18T09:13:21-04:00</updated>

		<published>2003-01-18T09:13:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15493#p15493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15493#p15493"/>
		<title type="html"><![CDATA[Babel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15493#p15493"><![CDATA[
Ow tnx alot m8 lol. 1st time i got a problem in years wif my scripts lol <br><br>########################################################<br>#  Script by MORA@EFNet (#egghelp #egghjelp.no) - <a href="mailto:mora@ready.dk">mora@ready.dk</a><br>#  This script requires egghttp.tcl which can be downloaded from <a href="http://www.tclscript.com" class="postlink">www.tclscript.com</a><br>#  Version : 3.0<br>########################################################<br><br><br>next time i'll start reading the top again Ty<p>Statistics: Posted by Guest — Sat Jan 18, 2003 9:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-18T09:07:27-04:00</updated>

		<published>2003-01-18T09:07:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15491#p15491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15491#p15491"/>
		<title type="html"><![CDATA[Babel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15491#p15491"><![CDATA[
Tcl comes with a package (budled utility script) called http.<br><br>This is used to talk with HTTP servers, and download URL content.<br><br>egghttp, is the same thing, but is designed more for eggdrop.<br><br>You will need to download and install this script yourself. From what I understand, it is available in the Tcl archive on egghelp.org.<br><br>On top, please read the top's of scripts, as they usualy include very helpful information on there requirments. THese are most likely to have included information about this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Jan 18, 2003 9:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-18T08:55:39-04:00</updated>

		<published>2003-01-18T08:55:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15490#p15490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15490#p15490"/>
		<title type="html"><![CDATA[Babel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15490#p15490"><![CDATA[
I get this error using !trans in Babel.tcl<br><br><strong class="text-strong">Tcl error [clara_translate]: invalid command name "egghttp:geturl"</strong><br><br><br><div class="codebox"><p>Code: </p><pre><code>proc clara_translate {nick uhost handle chan arg} { global babel if {$babel(restrict)==1 &amp;&amp; [string match "*-babel*" [channel info $chan]]} { return 0 } set babel(translatechan) $chan set arg [join [lrange [split $arg] 0 end]] putcmdlog "$nick@$chan translate $arg" set langtype [lindex $arg 0] set text [join [lrange $arg 1 end]] regsub -all " " $text "%20" text set url "$babel(url1)$langtype$babel(url2)$text" putloglev 3 * "URL: $url" set sock [egghttp:geturl $url translate_callback]}</code></pre></div><p>Statistics: Posted by Guest — Sat Jan 18, 2003 8:55 am</p><hr />
]]></content>
	</entry>
	</feed>
