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

	<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>2009-03-19T18:13:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[c0re]]></name></author>
		<updated>2009-03-19T18:13:21-04:00</updated>

		<published>2009-03-19T18:13:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87959#p87959</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87959#p87959"/>
		<title type="html"><![CDATA[please Help me asap]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87959#p87959"><![CDATA[
hello, i have an script its check for error before rehash.<br><div class="codebox"><p>Code: </p><pre><code>proc proc_rehash { nick uhost hand chan arg } {   set the_name [lindex [split $arg] 0]   if {[catch {uplevel #0 [list source scripts/$the_name.tcl]} error]} {      putquick "PRIVMSG $chan :Error While Loading $the_name -- Errormsg: $error"      putquick "PRIVMSG $chan :script: $the_name -- ::errorInfo: $::errorInfo"      return   }rehash   putquick "PRIVMSG $chan :script: &lt;$the_name&gt; -- Loaded Without Error.."} </code></pre></div> i want it to check for error then write it to scripts.tcl before .rehash<br><br>thanks<br>sorry for my english.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10429">c0re</a> — Thu Mar 19, 2009 6:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
