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

	<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>2001-10-03T05:16:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-03T05:16:00-04:00</updated>

		<published>2001-10-03T05:16:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=214#p214</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=214#p214"/>
		<title type="html"><![CDATA[Binding problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=214#p214"><![CDATA[
That did the trick. All the bots loaded like a charm. Thanks again. =)<p>Statistics: Posted by Guest — Wed Oct 03, 2001 5:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-03T05:03:00-04:00</updated>

		<published>2001-10-03T05:03:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=213#p213</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=213#p213"/>
		<title type="html"><![CDATA[Binding problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=213#p213"><![CDATA[
" This is probably happening cause the kick-method isnt set at all, or you have the line that loads that script in the config file before the kick-method varible is set. "<br><br>That does sound like it would be the problem considering that I have all the scripts defined in the beginning of the conf file so that I would have eazy access to them. Looks like its turned out to be a problem.<br><br>I'll move them down to the bottem and see what that does. Thanks.<p>Statistics: Posted by Guest — Wed Oct 03, 2001 5:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-02T23:45:00-04:00</updated>

		<published>2001-10-02T23:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=210#p210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=210#p210"/>
		<title type="html"><![CDATA[Binding problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=210#p210"><![CDATA[
Just to be a bit more thorough..<br><br>This is probably happening cause the kick-method isnt set at all, or you have the line that loads that script in the config file before the kick-method varible is set.<br><br>Open your config and search for kick-method, if you cant find it, add <strong class="text-strong">set kick-method 1</strong> to your config. Next, find all of the lines beginning with 'source', and move them to the very bottom of the config, if they're not there already.<p>Statistics: Posted by Guest — Tue Oct 02, 2001 11:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-10-02T22:19:00-04:00</updated>

		<published>2001-10-02T22:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=207#p207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=207#p207"/>
		<title type="html"><![CDATA[Binding problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=207#p207"><![CDATA[
This is not a binding error.<br><br>As it stats in the error, there is a variable that is either unset or not declared global. This could be becuase it is commented out, has been removed or is normaly included from another file, which hasn't been done.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 02, 2001 10:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-10-02T20:53:00-04:00</updated>

		<published>2001-10-02T20:53:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=204#p204</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=204#p204"/>
		<title type="html"><![CDATA[Binding problem?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=204#p204"><![CDATA[
I get this error for every tcl script that requires binding:<br><br>Eggdrop v1.6.6 (C)1997 Robey Pointer (C)2001 Eggheads<br>[18:16] --- Loading eggdrop v1.6.6 (Tue Oct  2 2001)<br>[18:16] TCL error in file 'lighting':<br>[18:16] can't read "kick-method": no such variable<br>    while executing<br>"if {!${kick-method}} {<br>  set sl_kicks 8<br>} else {<br>  set sl_kicks ${kick-method}<br>}"<br>    (file "scripts/sentinel.tcl" line 1316)<br>    invoked from within<br>"source scripts/sentinel.tcl"<br>    (file "lighting" line 15)<br>[18:16] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>I've gone through my config file over and over and for the life of me I don't see where the proble could be at. <br><br>I'm using eggdrop v1.6.6  on a FreeBSD 4.4-PRERELEASE server.<br><br><p>Statistics: Posted by Guest — Tue Oct 02, 2001 8:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
