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

	<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>2007-08-04T15:23:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-04T15:23:02-04:00</updated>

		<published>2007-08-04T15:23:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74977#p74977</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74977#p74977"/>
		<title type="html"><![CDATA[Trigger problem after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74977#p74977"><![CDATA[
yeah but i dont want to .restart all the time i do testing.. like adding/removing codes on the script since i dont know tcl i pretty much just test i cant have it right on the first try.<br><br>this code:<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - prerehash ::MyScript::uninstallproc ::MyScript::uninstall { args } {    foreach bind [binds *:*] {        foreach {a b c d e} $bind break        unbind $a $b $c $e    }}</code></pre></div><a href="http://eggdrop.azatom.info/wiki/Tcl:Automatic_uninstall_scripts" class="postlink">http://eggdrop.azatom.info/wiki/Tcl:Aut ... ll_scripts</a><br><br>made by bot ping time out..<br><br>my binds are <br>msg:&lt;name&gt;<br>pub:&lt;name&gt;<br>dcc:&lt;name&gt;<br><br>do i have to change a b c d e for my binds names ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Sat Aug 04, 2007 3:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-08-04T10:52:30-04:00</updated>

		<published>2007-08-04T10:52:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74965#p74965</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74965#p74965"/>
		<title type="html"><![CDATA[Trigger problem after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74965#p74965"><![CDATA[
For it to work with a .rehash, you'd have to include some code to unbind the old bindings. Syntax is quite similar to bind:  unbind &lt;type&gt; &lt;flags&gt; &lt;keyword/mask&gt; &lt;proc-name&gt;<br><br>One option might be to use .restart instead, as this pretty much wipes the whole tcl environment, including settings, bindings, etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Aug 04, 2007 10:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BoaR]]></name></author>
		<updated>2007-08-04T10:42:37-04:00</updated>

		<published>2007-08-04T10:42:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=74964#p74964</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=74964#p74964"/>
		<title type="html"><![CDATA[Trigger problem after rehash]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=74964#p74964"><![CDATA[
whenever i change the trigger on the script and rehash, the old trigger is still active and so is the new trigger, how can i fix this so that it wont answer on the old trigger after rehash and will only answer to the new one ?<br><br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9166">BoaR</a> — Sat Aug 04, 2007 10:42 am</p><hr />
]]></content>
	</entry>
	</feed>
