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

	<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-09-06T07:33:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-09-06T07:33:01-04:00</updated>

		<published>2004-09-06T07:33:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40632#p40632</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40632#p40632"/>
		<title type="html"><![CDATA[help me,, to creat this tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40632#p40632"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind pub - add:flog</code></pre></div></div></blockquote>and it would be even better if you'd put some trigger in as well <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br>use this instead, AbuAli:<div class="codebox"><p>Code: </p><pre><code>bind pub - !addflog add:flog</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Mon Sep 06, 2004 7:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-06T00:17:51-04:00</updated>

		<published>2004-09-06T00:17:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40608#p40608</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40608#p40608"/>
		<title type="html"><![CDATA[help me,, to creat this tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40608#p40608"><![CDATA[
Something you are trying todo is impractical. Binding on !addflog will trigger the same proc we cannot bind it to another proc with another timer. You will need another trigger, or maybe a for loop to increase the timer value but that I think will also not work.<br><br>Use this, however timers will increase accordingly:<br><div class="codebox"><p>Code: </p><pre><code>#Set variables here.set flogtime "10" set flogchan "#channel1"### SCRIPT ###bind pub - add:flogproc add:flog {nick uhost hand chan text} { global flogchan flogtime timer $flogtime [list putserv "PRIVMSG $flogchan :[lindex $text 0] [lindex $text 1]"]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Sep 06, 2004 12:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[AbuAli]]></name></author>
		<updated>2004-08-31T15:31:45-04:00</updated>

		<published>2004-08-31T15:31:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40473#p40473</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40473#p40473"/>
		<title type="html"><![CDATA[help me,, to creat this tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40473#p40473"><![CDATA[
Hello,<br>i need a tcl <br>when any user say <br>!addflog anything_1 anything_2<br>or another user say<br>!addflog anything_3 anything_4<br>the eggdrop will save this lines <br>"anything_1 anything_2" and "anything_3 anything_4"<br>and he will run a timer <br>to a especial channel, and especial time to replay<br>set time "10"<br>set channel "#channel1"<br>he will msg the #channel1 10in10min the msgs he save ..<br>the first 10min msg "anything_1 anything_2" <br>the next 10min msg "anything_3 anything_4"<br>etc..<br>msg all the msgs saved,,, with timer 10min<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5052">AbuAli</a> — Tue Aug 31, 2004 3:31 pm</p><hr />
]]></content>
	</entry>
	</feed>
