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

	<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>2008-10-10T15:41:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2008-10-10T15:41:36-04:00</updated>

		<published>2008-10-10T15:41:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85502#p85502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85502#p85502"/>
		<title type="html"><![CDATA[Filter out dupe msg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85502#p85502"><![CDATA[
I had a simlar problem to this in the past. You might be able to adapt it to help your script as well <a href="http://forum.egghelp.org/viewtopic.php?t=15691&amp;highlight=" class="postlink">http://forum.egghelp.org/viewtopic.php? ... highlight=</a> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Fri Oct 10, 2008 3:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Elfriede]]></name></author>
		<updated>2008-09-05T04:00:36-04:00</updated>

		<published>2008-09-05T04:00:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85049#p85049</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85049#p85049"/>
		<title type="html"><![CDATA[Filter out dupe msg's]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85049#p85049"><![CDATA[
Hi everbody <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I've the following script from this forum <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>set chan1 "#chan1"set chan2 "#chan2"bind pubm - * my:echo proc my:echo {n u h c t} {         global chan1 chan2        set chan1 [string tolower $chan1]        set c [string tolower $c]   set t [stripcodes abcgru $t]         if {$c == $chan1} {                putfast "PRIVMSG $chan2 $t"        }}</code></pre></div>Lot of Information is collected in chan1 and my bot is echoing everything <br>to chan2. Many text is dupe.<br><br>Whant i need now:<br><br>Can someone help me to filter out dupe-text - preferable only within ~ 5 Minutes; so that everything that has been echoed in this time, will not be echo'd twice or more times ? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>Hopefully somenone can help. Thx in advance!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9204">Elfriede</a> — Fri Sep 05, 2008 4:00 am</p><hr />
]]></content>
	</entry>
	</feed>
