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

	<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>2005-03-18T16:36:27-04:00</updated>

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

		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2005-03-18T16:36:27-04:00</updated>

		<published>2005-03-18T16:36:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47881#p47881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47881#p47881"/>
		<title type="html"><![CDATA[how to add information to a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47881#p47881"><![CDATA[
thanks it worked...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Fri Mar 18, 2005 4:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2005-03-18T16:22:45-04:00</updated>

		<published>2005-03-18T16:22:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47877#p47877</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47877#p47877"/>
		<title type="html"><![CDATA[how to add information to a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47877#p47877"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>&gt;</code></pre></div>that is a special char it means greater than. try changing your &gt; to<div class="codebox"><p>Code: </p><pre><code>\&gt;</code></pre></div>HTH.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Mar 18, 2005 4:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[the_crow]]></name></author>
		<updated>2005-03-18T15:34:53-04:00</updated>

		<published>2005-03-18T15:34:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47866#p47866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47866#p47866"/>
		<title type="html"><![CDATA[how to add information to a file]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47866#p47866"><![CDATA[
<blockquote class="uncited"><div>set file "scripts/answer.dat"<br><br>bind pub - !answer borlix:pub<br><br>proc borlix:pub {nick uhost hand chan args} {<br>    global file<br>    set one [lindex $args 0 ]<br>    set  the_rest [lrange $args 1 end]<br>    set fp [open $file a+]<br>    puts $fp "$nick -&gt; $one -&gt;$the_ret"<br>    puts $fp ""<br>    catch {close $fp}<br>}</div></blockquote>hello all. Can you help me with one thing?<br>what i want to do is like this:<br>in channel i put !answer first and the rest of the text<br><br>and he saves me to file<br><br>mynick -&gt; first -&gt; and the rest of the text<br><br>Why can he do it??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2778">the_crow</a> — Fri Mar 18, 2005 3:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
