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

	<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>2010-06-16T12:26:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[shixxor]]></name></author>
		<updated>2010-06-16T12:26:02-04:00</updated>

		<published>2010-06-16T12:26:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93329#p93329</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93329#p93329"/>
		<title type="html"><![CDATA[simple &quot;parrot&quot; script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93329#p93329"><![CDATA[
THANK YOU ALL SO MUCH<br><br>works perfectly. i &lt;3 u<br><br><br><br>/closed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11119">shixxor</a> — Wed Jun 16, 2010 12:26 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[username]]></name></author>
		<updated>2010-06-16T12:06:08-04:00</updated>

		<published>2010-06-16T12:06:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93328#p93328</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93328#p93328"/>
		<title type="html"><![CDATA[simple &quot;parrot&quot; script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93328#p93328"><![CDATA[
I've found this script <a href="http://www.egghelp.ru/files/582" class="postlink">train.tcl</a> somewhere in french eggdrop site.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6813">username</a> — Wed Jun 16, 2010 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2010-06-16T11:48:24-04:00</updated>

		<published>2010-06-16T11:48:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93325#p93325</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93325#p93325"/>
		<title type="html"><![CDATA[simple &quot;parrot&quot; script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93325#p93325"><![CDATA[
i agree<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Wed Jun 16, 2010 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-06-16T11:17:26-04:00</updated>

		<published>2010-06-16T11:17:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93322#p93322</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93322#p93322"/>
		<title type="html"><![CDATA[simple &quot;parrot&quot; script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93322#p93322"><![CDATA[
tueb:<br>You'd probably like to have the "set lastsaid $text" line outside of the conditional, otherwize it would never be set in the first place.<br>Also, you'd better test that the variable exists before attempting to read it..<br><div class="codebox"><p>Code: </p><pre><code>bind pubm - * repeat_pubmvariable lastsaidproc repeat_pubm {nick host handle channel text} {  global lastsaid  if {[info exists lastsaid] &amp;&amp;[string equal -nocase $text $lastsaid]} {    putserv "PRIVMSG $channel :$text"  }  set lastsaid $text}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Jun 16, 2010 11:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2010-06-16T11:07:08-04:00</updated>

		<published>2010-06-16T11:07:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93321#p93321</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93321#p93321"/>
		<title type="html"><![CDATA[simple &quot;parrot&quot; script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93321#p93321"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - * repeat_pubmvariable lastsaidproc repeat_pubm {nick host handle channel text} {global lastsaid  if {[string equal -nocase $text $lastsaid]} {     putserv "PRIVMSG $channel :$text"     set lastsaid $text  }}</code></pre></div><br>untested<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Wed Jun 16, 2010 11:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[shixxor]]></name></author>
		<updated>2010-06-16T09:07:56-04:00</updated>

		<published>2010-06-16T09:07:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93320#p93320</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93320#p93320"/>
		<title type="html"><![CDATA[simple &quot;parrot&quot; script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93320#p93320"><![CDATA[
hi there,<br><br>i need a simple TCL script that just makes the bot repeat what 2 ppl said. for example<br><br>[shixxor]: lol<br>[peter]: lol<br><br>then<br><br>[eggdrop]: lol<br><br><br><br>would be cool if you could help me<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11119">shixxor</a> — Wed Jun 16, 2010 9:07 am</p><hr />
]]></content>
	</entry>
	</feed>
