<?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/8838" />

	<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>2004-12-23T13:10:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-23T13:10:47-04:00</updated>

		<published>2004-12-23T13:10:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44415#p44415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44415#p44415"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44415#p44415"><![CDATA[
yeah, this si weird since <strong class="text-strong">olduserinfo-fields</strong> is being checked for existance and created if necessary just prior that:<div class="codebox"><p>Code: </p><pre><code># If olduserinfo-fields doesn't exist, create it.if { ![info exists olduserinfo-fields] } { set olduserinfo-fields ${userinfo-fields} }</code></pre></div>compile your own Tcl and link your bot with it, it's not that hard<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Dec 23, 2004 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2004-12-23T02:59:00-04:00</updated>

		<published>2004-12-23T02:59:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44400#p44400</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44400#p44400"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44400#p44400"><![CDATA[
[08:59] &lt;)Euphoria&gt; [01:57] can't read "olduserinfo-fields": no such variable<br>[08:59] &lt;)Euphoria&gt; while executing<br>[08:59] &lt;)Euphoria&gt; "string tolower ${olduserinfo-fields}"<br>[09:00] &lt;)Euphoria&gt; invoked from within<br>[09:00] &lt;)Euphoria&gt; "foreach field [string tolower ${olduserinfo-fields}] {<br>[09:00] &lt;)Euphoria&gt; if { [lsearch -exact [string tolower ${whois-fields}] $field] &gt;= 0 &amp;&amp; [lsearch -exact [string ..."<br>[09:00] &lt;)Euphoria&gt; (file "scripts/userinfo.tcl" line 105)<br>[09:00] &lt;)Euphoria&gt; invoked from within<br>[09:00] &lt;)Euphoria&gt; "source scripts/userinfo.tcl "<br>[09:00] &lt;)Euphoria&gt; (file "Euph.conf" line 215)<br>[09:00] &lt;)Euphoria&gt; [01:57] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>still the same <br>weird...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Thu Dec 23, 2004 2:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-22T19:37:52-04:00</updated>

		<published>2004-12-22T19:37:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44395#p44395</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44395#p44395"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44395#p44395"><![CDATA[
<blockquote class="uncited"><div>i have a feeling that 8.4.1 should work too</div></blockquote>You are correct! Have you unloaded all scripts from the eggdrop and tried running it only with the default ones (in the following order)?<blockquote class="uncited"><div>source scripts/alltools.tcl<br>source scripts/action.fix.tcl<br>source scripts/compat.tcl<br>source scripts/userinfo.tcl<br>loadhelp userinfo.help</div></blockquote>If not, it's worth a try.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><blockquote class="uncited"><div>double-check your configuration</div></blockquote><a href="http://www.egghelp.org/setup.htm" class="postlink">Setting up an Eggdrop</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Dec 22, 2004 7:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2004-12-22T10:02:59-04:00</updated>

		<published>2004-12-22T10:02:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44373#p44373</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44373#p44373"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44373#p44373"><![CDATA[
the version present is 8.4.1<br>i mailed the admin about 8.4.7 <br>hopefully it will work even though i have a feeling that <br>8.4.1 should work too <br><br>thanks for the help guys i'll keep you updated<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Wed Dec 22, 2004 10:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-22T09:49:18-04:00</updated>

		<published>2004-12-22T09:49:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44372#p44372</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44372#p44372"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44372#p44372"><![CDATA[
Try 8.4.7 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Dec 22, 2004 9:49 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2004-12-22T07:40:01-04:00</updated>

		<published>2004-12-22T07:40:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44367#p44367</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44367#p44367"/>
		<title type="html"><![CDATA[tcl version?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44367#p44367"><![CDATA[
which version of tcl is required for eggdrop scripts to work?<br>i asked the admin he said it could be the tcl version and is asking me <br>which version do i want installed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Wed Dec 22, 2004 7:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2004-12-21T16:21:48-04:00</updated>

		<published>2004-12-21T16:21:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44323#p44323</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44323#p44323"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44323#p44323"><![CDATA[
i tried compiling the bot, even though the one i was using was precompiled by the server admin on<br>it's still the same, as fro the tcl lib thing you mentioned<br>i wouldn't bother even thinking how to do it lol<br>it's easier to switch shell companies<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Tue Dec 21, 2004 4:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-21T10:58:58-04:00</updated>

		<published>2004-12-21T10:58:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44305#p44305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44305#p44305"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44305#p44305"><![CDATA[
this has nothing to do with SunOS itself, it's due to configuration problems - double-check your configuration - bot, Tcl, config, scripts<br><br>if you are using pre-compiled eggdrop, don't use it anymore, compile your own; if the problems still persist, as a last resort you could compile your own Tcl, that is, to link your bot against Tcl libs compiled by you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 21, 2004 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2004-12-21T06:47:29-04:00</updated>

		<published>2004-12-21T06:47:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44294#p44294</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44294#p44294"/>
		<title type="html"><![CDATA[tcl errors]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44294#p44294"><![CDATA[
&lt;)Resilient&gt; antiflyby: 2 mc.limit_users: 0 mc.limit_grace: 0 <br><br>&lt;)Resilient&gt; [05:43] Tcl error [mc:afb:part]: need op or halfop<br>that's from mc.antiflyby.tcl<br>it tries to ban everyone that leaves<br>actually whenever someone parts no matter how long they stay<br>it says it's banning them, but doesn't do it actually<br><br>mc.limit_time: 0 means it shouldn't do anything, but still it sets<br>the limit = users (since limit_users = 0)<br><br>[12:46] &lt;)Resilient&gt; [05:52] Tcl error in file 'Res.conf':<br>[12:46] &lt;)Resilient&gt; [05:52] can't read "olduserinfo-fields": no such variable<br>[12:46] &lt;)Resilient&gt; while executing<br>[12:46] &lt;)Resilient&gt; "string tolower ${olduserinfo-fields}"<br>[12:46] &lt;)Resilient&gt; invoked from within<br>[12:46] &lt;)Resilient&gt; "foreach field [string tolower ${olduserinfo-fields}] {<br>[12:46] &lt;)Resilient&gt; if { [lsearch -exact [string tolower ${whois-fields}] $field] &gt;= 0 &amp;&amp; [lsearch -exact [string ..."<br>[12:46] &lt;)Resilient&gt; (file "scripts/userinfo.tcl" line 105)<br>[12:46] &lt;)Resilient&gt; invoked from within<br>[12:46] &lt;)Resilient&gt; "source scripts/userinfo.tcl"<br>[12:46] &lt;)Resilient&gt; (file "Res.conf" line 219)<br>[12:46] &lt;)Resilient&gt; [05:52] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>that's from userinfo.tcl eventhough the same script works on my other<br>bots on other shell accounts<br><br>[05:54] Tcl error in file 'Res.conf':<br>[05:54] couldn't read file "netbots/netbots.tcl": no such file or directory<br>    while executing<br>"source netbots/netbots.tcl"<br>    (file "Res.conf" line 225)<br>[05:54] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>thats in netbots (again works on others)<br><br>those are the errors that i found till now<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Tue Dec 21, 2004 6:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-12-21T06:27:50-04:00</updated>

		<published>2004-12-21T06:27:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44293#p44293</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44293#p44293"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44293#p44293"><![CDATA[
It might help if you posted some of those errors.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Dec 21, 2004 6:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SaPrOuZy]]></name></author>
		<updated>2004-12-21T03:06:34-04:00</updated>

		<published>2004-12-21T03:06:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44289#p44289</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44289#p44289"/>
		<title type="html"><![CDATA[SunOS and tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44289#p44289"><![CDATA[
hello there,<br>i got a shell account running SunOS and alot of scripts<br>stopped working. either they don't load at all giving<br>syntax error when i start the eggdrop or don't function<br>properly. <br>does this have to do with the operating system being<br>SunOS or is it something else?<br>(the same scripts work fine on my other shell accounts)<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4727">SaPrOuZy</a> — Tue Dec 21, 2004 3:06 am</p><hr />
]]></content>
	</entry>
	</feed>
