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

	<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-05-27T10:25:28-04:00</updated>

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

		<entry>
		<author><name><![CDATA[skenmy]]></name></author>
		<updated>2006-05-27T10:25:28-04:00</updated>

		<published>2006-05-27T10:25:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63469#p63469</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63469#p63469"/>
		<title type="html"><![CDATA[Splitting into lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63469#p63469"><![CDATA[
Looks pretty good - I'm running out of a database but I'm pretty sure I could adapt that quite easily.<br><br>Many Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7804">skenmy</a> — Sat May 27, 2006 10:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avilon]]></name></author>
		<updated>2006-05-27T10:22:10-04:00</updated>

		<published>2006-05-27T10:22:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63468#p63468</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63468#p63468"/>
		<title type="html"><![CDATA[Splitting into lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63468#p63468"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set fs [open QUOTES.txt]set data [read $fs]close $fsforeach Quote [split $data \n] {foreach Line [split $Quote "|"] {puthelp "PRIVMSG #CHANNEL :$Line"}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5191">avilon</a> — Sat May 27, 2006 10:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[skenmy]]></name></author>
		<updated>2006-05-27T10:14:42-04:00</updated>

		<published>2006-05-27T10:14:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63467#p63467</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63467#p63467"/>
		<title type="html"><![CDATA[Splitting into lines]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63467#p63467"><![CDATA[
Hi all,<br><br>I'm busy modifying a quotescript for eggdrop - and I need a way of being able to record multiple-line quotes.<br><br>I figured that splitting it with a "|" character will suffice - but now I need a way of getting my Tcl script to split the line by the | and print out a new line for each "line" in the quote. An example of a code that could do this would be much appreciated.<br><br>Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7804">skenmy</a> — Sat May 27, 2006 10:14 am</p><hr />
]]></content>
	</entry>
	</feed>
