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

	<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>2003-06-16T02:22:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-16T02:22:39-04:00</updated>

		<published>2003-06-16T02:22:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21891#p21891</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21891#p21891"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21891#p21891"><![CDATA[
"?2 * * * *" means that executes the proc at: 02, 12, 22, 32, 42, 52.<br>to make it execute it every 2 minutes you have to do smg like this:<br><div class="codebox"><p>Code: </p><pre><code>"?0 * * * *""?2 * * * *""?4 * * * *""?6 * * * *""?8 * * * *"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Mon Jun 16, 2003 2:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-15T15:20:32-04:00</updated>

		<published>2003-06-15T15:20:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21884#p21884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21884#p21884"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21884#p21884"><![CDATA[
<blockquote class="uncited"><div>yes, read about the bind time in tcl-commands.doc and you might understand why <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"></div></blockquote><br>Can you tell me, I am not good @ english<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Sun Jun 15, 2003 3:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-06-15T12:43:59-04:00</updated>

		<published>2003-06-15T12:43:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21881#p21881</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21881#p21881"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21881#p21881"><![CDATA[
yes, read about the bind time in tcl-commands.doc and you might understand why <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=852">Papillon</a> — Sun Jun 15, 2003 12:43 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-15T11:26:36-04:00</updated>

		<published>2003-06-15T11:26:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21874#p21874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21874#p21874"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21874#p21874"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set channel "#cyberworld" bind time - "?2 * * * *" time_proc proc time_proc {min hour day month year} {voice_all} proc voice_all {} { if {![botisop $::channel]} { putlog "I'm not oped in $::channel." } foreach user [chanlist $::channel] { set hand [nick2hand $user] if {![isvoice $user $::channel] &amp;&amp; ![isop $user $::channel] &amp;&amp; ![matchattr $hand B]} { pushmode $::channel +v $user } } putlog "I just voiced all the users in $::channel." } putlog "Auto voice tcl loaded.."</code></pre></div>Hmm that does not voices all users (that have not +v ) after 2 minutes, that voices in every 10 minutes<br><br>I restarted my BOT<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Sun Jun 15, 2003 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-15T09:18:32-04:00</updated>

		<published>2003-06-15T09:18:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21867#p21867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21867#p21867"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21867#p21867"><![CDATA[
<blockquote class="uncited"><div>Nah, a simple .rehash will do fine.</div></blockquote>.rehash will not remove old binds. I think that's what he meant.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sun Jun 15, 2003 9:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-15T08:58:55-04:00</updated>

		<published>2003-06-15T08:58:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21865#p21865</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21865#p21865"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21865#p21865"><![CDATA[
Nah, a simple .rehash will do fine.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jun 15, 2003 8:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-15T08:34:25-04:00</updated>

		<published>2003-06-15T08:34:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21863#p21863</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21863#p21863"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21863#p21863"><![CDATA[
did you restart the bot or just rehash'd it?<br>you must .restart in case to change the binds.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Sun Jun 15, 2003 8:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-15T08:25:34-04:00</updated>

		<published>2003-06-15T08:25:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21862#p21862</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21862#p21862"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21862#p21862"><![CDATA[
<blockquote class="uncited"><div>my guess would be<br><div class="codebox"><p>Code: </p><pre><code>bind time - "?0 * * * *" time_proc bind time - "?2 * * * *" time_proc bind time - "?4 * * * *" time_proc bind time - "?6 * * * *" time_proc bind time - "?8 * * * *" time_proc</code></pre></div>but ive never really touched the time bind, so ive got my flameshield geared up just incase it f ucks up  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"></div></blockquote><br><div class="codebox"><p>Code: </p><pre><code> bind time - "?2 * * * *" time_proc</code></pre></div>That did not work[/quote]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Sun Jun 15, 2003 8:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2003-06-14T19:01:53-04:00</updated>

		<published>2003-06-14T19:01:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21833#p21833</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21833#p21833"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21833#p21833"><![CDATA[
my guess would be<br><div class="codebox"><p>Code: </p><pre><code>bind time - "?0 * * * *" time_proc bind time - "?2 * * * *" time_proc bind time - "?4 * * * *" time_proc bind time - "?6 * * * *" time_proc bind time - "?8 * * * *" time_proc</code></pre></div>but ive never really touched the time bind, so ive got my flameshield geared up just incase it f ucks up  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_surprised.gif" width="15" height="15" alt=":o" title="Surprised"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Sat Jun 14, 2003 7:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-14T18:33:57-04:00</updated>

		<published>2003-06-14T18:33:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21830#p21830</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21830#p21830"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21830#p21830"><![CDATA[
ok<div class="codebox"><p>Code: </p><pre><code>bind time - "?0 * * * *" time_proc set channel "#chan" proc time_proc {min hour day month year} {voice_all} proc voice_all {} { if {![botisop $channel]} { putlog "I'm not oped in $channel." } foreach user [chanlist $channel] { if {![isvoice $user $channel] &amp;&amp; ![isop $user $channel]} { pushmode $channel +v $user } } putlog "I just voiced all the users in $channel." }</code></pre></div>That script voices in every 10 minutes, could somebody make me script that voices in every 2 minutes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Sat Jun 14, 2003 6:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-06-06T03:01:54-04:00</updated>

		<published>2003-06-06T03:01:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21342#p21342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21342#p21342"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21342#p21342"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.+user &lt;handle&gt;</code></pre></div> adds a user with no flags and no hostmasks.<br>you need to add the user a hostmask which the bot will recognize him from.<br>try:<div class="codebox"><p>Code: </p><pre><code>.adduser &lt;nick&gt;.chattr &lt;nick&gt; +B.save</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Fri Jun 06, 2003 3:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-05T18:25:26-04:00</updated>

		<published>2003-06-05T18:25:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21306#p21306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21306#p21306"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21306#p21306"><![CDATA[
<blockquote class="uncited"><div>.+user PTusers<br>.chattr PTusers +B</div></blockquote>That did not work<br><br><br>And 1 thing: Way I have to putevery time that bot leave the channel and joins put users the flag. Can  I save or smt users and their flags<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Thu Jun 05, 2003 6:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-05T00:52:31-04:00</updated>

		<published>2003-06-05T00:52:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21264#p21264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21264#p21264"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21264#p21264"><![CDATA[
.+user PTusers<br>.chattr PTusers +B<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Jun 05, 2003 12:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kaarel]]></name></author>
		<updated>2003-06-04T17:45:55-04:00</updated>

		<published>2003-06-04T17:45:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21256#p21256</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21256#p21256"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21256#p21256"><![CDATA[
<blockquote class="uncited"><div>Try creating a user called ptusers, then adding the hostmask [pt]*!*@*<br><br>Then give ptusers +B and you're done.</div></blockquote>Sorry but I cant underestand<br>Can you give me a code what I have to write into bot in DCC chat<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3078">Kaarel</a> — Wed Jun 04, 2003 5:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-06-04T14:56:14-04:00</updated>

		<published>2003-06-04T14:56:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21247#p21247</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21247#p21247"/>
		<title type="html"><![CDATA[A voice script needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21247#p21247"><![CDATA[
Try creating a user called ptusers, then adding the hostmask [pt]*!*@*<br><br>Then give ptusers +B and you're done.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Jun 04, 2003 2:56 pm</p><hr />
]]></content>
	</entry>
	</feed>
