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

	<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>2005-10-18T13:47:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2005-10-18T13:47:01-04:00</updated>

		<published>2005-10-18T13:47:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56691#p56691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56691#p56691"/>
		<title type="html"><![CDATA[rehash command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56691#p56691"><![CDATA[
rename putquick to stop other scripts from using it in the last few seconds before restart, clear mode queue (see "clearqueue mode" in tcl-commands.doc), and dont restart until "queuesize mode" is sufficiently small<br><br><br><br>edit: and you would obviously do your notice stuff right after clearing the queue<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Tue Oct 18, 2005 1:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-16T19:18:43-04:00</updated>

		<published>2005-10-16T19:18:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56670#p56670</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56670#p56670"/>
		<title type="html"><![CDATA[rehash command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56670#p56670"><![CDATA[
does your network support op-notice or multi-target privmsg? else just take 1sec and incr it with each op by 1 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sun Oct 16, 2005 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-10-16T06:50:07-04:00</updated>

		<published>2005-10-16T06:50:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56659#p56659</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56659#p56659"/>
		<title type="html"><![CDATA[rehash command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56659#p56659"><![CDATA[
You simply need to figure out what's the most suitable timer to use (i.e. how much time does the bot need to send the notice to all ops).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Oct 16, 2005 6:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[romain]]></name></author>
		<updated>2005-10-16T02:49:42-04:00</updated>

		<published>2005-10-16T02:49:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56658#p56658</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56658#p56658"/>
		<title type="html"><![CDATA[rehash command]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56658#p56658"><![CDATA[
Hello,<br><br>I've this script <div class="codebox"><p>Code: </p><pre><code>bind pub n|n !restart  pub:restart proc pub:restart { nick uhost handle chan arg } {    foreach user [chanlist $chan] {       if {[isop $user $chan]} {          putquick "notice $user:blabla.."       }    }    restart        }</code></pre></div>But egg restart before all ops receive the notice.With a timer it's possible but timer varies with the ops number.It's possible to make the script who works some is the ops number??<br><br>Sorry for my bad english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6856">romain</a> — Sun Oct 16, 2005 2:49 am</p><hr />
]]></content>
	</entry>
	</feed>
