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

	<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>2008-11-21T18:44:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-11-21T18:44:15-04:00</updated>

		<published>2008-11-21T18:44:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85933#p85933</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85933#p85933"/>
		<title type="html"><![CDATA[Ping reply changer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85933#p85933"><![CDATA[
Obviously, the script's trying to unbind an unbound bind. My suggestion is to use a different script, if you still want to use this script then you can avoid the crash by surrounding the vulnerable command with catch {}.<div class="codebox"><p>Code: </p><pre><code>catch {unbind ctcp -|- PING *ctcp:PING}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Nov 21, 2008 6:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Getodacul]]></name></author>
		<updated>2008-11-21T12:43:57-04:00</updated>

		<published>2008-11-21T12:43:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85924#p85924</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85924#p85924"/>
		<title type="html"><![CDATA[Ping reply changer error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85924#p85924"><![CDATA[
<blockquote class="uncited"><div># CTCP Ping Reply Changer<br>bind dcc n ctcp ctcp<br>set reply "-2secs"<br>unbind ctcp -|- PING *ctcp:PING<br>bind ctcp -|- PING edit_ping<br>proc edit_ping {nick host hand dest keyword text} {<br>global reply<br>putserv "NOTICE $nick :\001PING $reply"}<br>#unbind ctcp -|- PING edit_ping #useless line <br>putlog "CTCP Ping Reply Changer Loaded"</div></blockquote>What it's wrong with this script?<br>Stript working.... but if i rehash the bot, if script is already loaded, eggdrop die and get this error:<br> [00:38] no such binding<br>     while executing<br> "unbind ctcp -|- PING *ctcp:PING"<br>     (file "scripts/pingreply.tcl" line 7)<br>     invoked from within<br> "source scripts/pingreply.tcl"<br>     (file "eggdrop.conf" line 99)<br> [00:38] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9046">Getodacul</a> — Fri Nov 21, 2008 12:43 pm</p><hr />
]]></content>
	</entry>
	</feed>
