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

	<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>2004-01-02T15:22:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-02T15:22:30-04:00</updated>

		<published>2004-01-02T15:22:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32091#p32091</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32091#p32091"/>
		<title type="html"><![CDATA[a proc who puts a word in the disorder ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32091#p32091"><![CDATA[
verry thx  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"> <br><br>greet years  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by Guest — Fri Jan 02, 2004 3:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-01-02T08:54:05-04:00</updated>

		<published>2004-01-02T08:54:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32070#p32070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32070#p32070"/>
		<title type="html"><![CDATA[a proc who puts a word in the disorder ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32070#p32070"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc scrabble {arg} {set word [lindex [split $arg] 0]set scrab ""; set tmp $wordwhile {[string length $scrab] &lt; [string length $word]} {set ind [rand [string length $tmp]]set char [string index $tmp $ind]append scrab $charset tmp [string replace $tmp $ind $ind]}while {[string equal $word $scrab]} { set scrab [scrabble $word] }return $scrab}</code></pre></div>something like this should do it....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Jan 02, 2004 8:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-01-02T08:44:59-04:00</updated>

		<published>2004-01-02T08:44:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32067#p32067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32067#p32067"/>
		<title type="html"><![CDATA[a proc who puts a word in the disorder ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32067#p32067"><![CDATA[
exemple :<br><br>word : hello<br><br>this proc return<br><br>llohe or ollhe or lheol etc....<br><br>capishé ? <br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by Guest — Fri Jan 02, 2004 8:44 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-01-02T07:26:10-04:00</updated>

		<published>2004-01-02T07:26:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32065#p32065</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32065#p32065"/>
		<title type="html"><![CDATA[a proc who puts a word in the disorder ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32065#p32065"><![CDATA[
ummmm????<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Fri Jan 02, 2004 7:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-12-31T21:32:43-04:00</updated>

		<published>2003-12-31T21:32:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=32042#p32042</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=32042#p32042"/>
		<title type="html"><![CDATA[a proc who puts a word in the disorder ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=32042#p32042"><![CDATA[
looking the subject  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by Guest — Wed Dec 31, 2003 9:32 pm</p><hr />
]]></content>
	</entry>
	</feed>
