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

	<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>2002-09-07T14:47:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-07T14:47:04-04:00</updated>

		<published>2002-09-07T14:47:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10627#p10627</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10627#p10627"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10627#p10627"><![CDATA[
ppslim, I got another gold star for you maybe  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><br>I tracked down the guilty script, it's one called repeatpro.tcl. Which I find strange cos there really isnt much to configure with this script, maybe its an older script running on a new bot (1.6.12) and the problem lies here, has anyone else had a similar problem running this script with this version of egg? If so how did u solve it? This script does what it says on the tin well, it catches all reapeats, so if I can keep using it I'd like too, but having this var_pointer error isnt acceptable really. So failing this can anyone recommend a quality anti repeat script which is happy with my version of egg? Thanks people  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Sat Sep 07, 2002 2:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-05T04:21:49-04:00</updated>

		<published>2002-09-05T04:21:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10488#p10488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10488#p10488"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10488#p10488"><![CDATA[
Thats if ya can find room for one more.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Sep 05, 2002 4:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-05T00:19:20-04:00</updated>

		<published>2002-09-05T00:19:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10485#p10485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10485#p10485"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10485#p10485"><![CDATA[
Once again thanks for the replies, greatly appreciated <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>/me takes a packet of gold sticky stars out his pocket and slaps one on ppslim's forehead  <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 Guest — Thu Sep 05, 2002 12:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-04T09:15:57-04:00</updated>

		<published>2002-09-04T09:15:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10443#p10443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10443#p10443"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10443#p10443"><![CDATA[
Place this script in a file in the scripts directory.<br><div class="codebox"><p>Code: </p><pre><code>rename timer _timerrename utimer _utimerproc timer {time arg} {  _timer $time [list my_timer "" $arg]}proc utimer {time arg} {  _utimer $time [list my_timer u $arg]}proc my_timer {t arg} {  if {[catch $arg a]} {    putlog "${t}timer error: [lindex $cmd 0] : $a"  }}</code></pre></div>Save the file.<br><br>Edit your config file, and locate the section at the bottom, where scripts get loaded.<br><br>Place a line to load the scrpt, just before this. IE<br><br>source scripts/script.tcl<br><br>naming it accordingly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Sep 04, 2002 9:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-04T08:59:15-04:00</updated>

		<published>2002-09-04T08:59:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10442#p10442</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10442#p10442"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10442#p10442"><![CDATA[
Thanks ppslim for the reply. Is there anyway I can increase the amount of info being generated about this error so as to point to the script causing it?<br>Failing that, I guess I'll have to comment out each script in turn, and see if the error stops... <br><br>Thanks again   <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Wed Sep 04, 2002 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-09-04T04:48:29-04:00</updated>

		<published>2002-09-04T04:48:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10410#p10410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10410#p10410"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10410#p10410"><![CDATA[
Yes and no.<br><br>Yes: This error is coded by a improperly setup and/or coded script. As stated in the error, it is cased by a variable not being set. The timer error, is likely to be exactly the same problem, however, due tot he way timers work, error messages are limited, and only the timer it occured in is posted.<br><br>No: You will have to work out which script is causeing this.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Sep 04, 2002 4:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-09-03T21:47:13-04:00</updated>

		<published>2002-09-03T21:47:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=10404#p10404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=10404#p10404"/>
		<title type="html"><![CDATA[var_pointer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=10404#p10404"><![CDATA[
Hi all,<br><br>I'm running a egg 1.6.12.<br>All is ok (or seems to be) Except for a partyline error message which is constantly generated:<br><br>(|iUK|AimBot) [02:26] Tcl error in script for 'timer79':<br>(|iUK|AimBot) [02:26] can't read "var_pointer": no such variable<br>(|iUK|AimBot) [02:29] Tcl error in script for 'timer80':<br>(|iUK|AimBot) [02:29] can't read "var_pointer": no such variable<br>(|iUK|AimBot) [02:30] @#iuk|private (+tnk woot) : [m/5 o/5 h/0 v/0 n/0 b/0 e/- I/-]<br>(|iUK|AimBot) [02:33] Nick change: |iUK|Koo|mIRC -&gt; |iUK|Koo<br>(|iUK|AimBot) [02:35] @#iuk|private (+tnk woot) : [m/5 o/5 h/0 v/0 n/0 b/0 e/- I/-]<br>(|iUK|AimBot) [02:36] Nick change: |iUK|OxO| -&gt; |iUK|OxO|ZzZzZz<br>(|iUK|AimBot) [02:36] Tcl error in script for 'timer117':<br><br>Does anyone know what causes this error? And how to resolve it?<br><br>Thanks in advance for any help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by Guest — Tue Sep 03, 2002 9:47 pm</p><hr />
]]></content>
	</entry>
	</feed>
