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

	<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>2006-11-05T22:55:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[kris]]></name></author>
		<updated>2006-11-05T22:51:34-04:00</updated>

		<published>2006-11-05T22:51:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67777#p67777</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67777#p67777"/>
		<title type="html"><![CDATA[List Text in a file [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67777#p67777"><![CDATA[
no the last one was deleting text from a file. this one isnt this is making it loop and list all the nicks in the file, because im designing a e-Marriage service.<br>and one of my admins had said, why dont we do this. and i started doing it, and it doesnt remove the text, just lists it. completely different.<br><br>- edit -<br><br>dont worry, heres the code for later reference when people need help with the same thing.<br><div class="codebox"><p>Code: </p><pre><code>bind msg "-|-" married msg_marriedproc msg_married { nick userhost handle text } {set file "marriage.role"set found 0set fs [open $file r]while {![eof $fs]} {gets $fs linegets $fs lneputquick "NOTICE $nick :$lne and $line"}close $fs}</code></pre></div>thanks, metroid<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8180">kris</a> — Sun Nov 05, 2006 10:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-11-05T14:04:55-04:00</updated>

		<published>2006-11-05T14:04:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67748#p67748</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67748#p67748"/>
		<title type="html"><![CDATA[List Text in a file [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67748#p67748"><![CDATA[
You already started a topic about this not too long ago.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Nov 05, 2006 2:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kris]]></name></author>
		<updated>2006-11-05T22:55:08-04:00</updated>

		<published>2006-11-05T12:07:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67738#p67738</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67738#p67738"/>
		<title type="html"><![CDATA[List Text in a file [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67738#p67738"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg "-|-" married msg_marriedproc msg_married { nick userhost handle text } {set file "marriage.role"set found 0set fs [open $file r]while {![eof $fs]} {gets $fs lineputquick "NOTICE $nick :$line and $line"}close $fs}</code></pre></div>i want it to come out as: e.g: <br>kris and NoMansLand<br>test and test1<br><br>The database is setup as <br><br>nick1<br>nick2<br>nick3<br>nick4<br><br>any help is greatly appreciated thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8180">kris</a> — Sun Nov 05, 2006 12:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
