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

	<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-10-20T09:21:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-20T09:21:55-04:00</updated>

		<published>2002-10-20T09:21:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12132#p12132</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12132#p12132"/>
		<title type="html"><![CDATA[just want to use vars in procs..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12132#p12132"><![CDATA[
rofl..i didn'T find this *g*<p>Statistics: Posted by Guest — Sun Oct 20, 2002 9:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tainted]]></name></author>
		<updated>2002-10-20T08:20:49-04:00</updated>

		<published>2002-10-20T08:20:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12131#p12131</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12131#p12131"/>
		<title type="html"><![CDATA[just want to use vars in procs..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12131#p12131"><![CDATA[
Wow, an easy one!<div class="codebox"><p>Code: </p><pre><code>set fame "NewInformation.info" </code></pre></div><div class="codebox"><p>Code: </p><pre><code>global fname set WriteFile [open $fname w] </code></pre></div>You either need to change all the "fname"'s to "fame", or that "fame" to "fname".  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1256">tainted</a> — Sun Oct 20, 2002 8:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-20T08:01:23-04:00</updated>

		<published>2002-10-20T08:01:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12130#p12130</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12130#p12130"/>
		<title type="html"><![CDATA[just want to use vars in procs..]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12130#p12130"><![CDATA[
i just wanna know why this dosen't work.. (var not known)<blockquote class="uncited"><div>set fame "NewInformation.info"<br><br>bind pub m "!setnews" setnews<br><br>proc setnews {nick uhost hand chan text} {<br>  global fname<br>  set WriteFile [open $fname w]<br>  puts $WriteFile $text<br>  close $WriteFile <br>  putserv "NOTICE $nick : set news to: $text"<br>}</div></blockquote><p>Statistics: Posted by Guest — Sun Oct 20, 2002 8:01 am</p><hr />
]]></content>
	</entry>
	</feed>
