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

	<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>2010-04-05T19:50:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2010-04-05T19:50:33-04:00</updated>

		<published>2010-04-05T19:50:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92708#p92708</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92708#p92708"/>
		<title type="html"><![CDATA[Re: [20:00] Tcl error [ctcpprot:check]: invalid command name]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92708#p92708"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>[20:00] Tcl error [ctcpprot:check]: invalid command name "count_update"</code></pre></div> ...</div></blockquote> Change <div class="codebox"><p>Code: </p><pre><code>     newban $banhost "CTCP Protect Script" "$ctcpprot_banreason Received CTCP: $keyword [count_update 1]  $logo" $ctcpprot_bantime</code></pre></div> to <div class="codebox"><p>Code: </p><pre><code>     newban $banhost "CTCP Protect Script" "$ctcpprot_banreason Received CTCP: $keyword $logo" $ctcpprot_bantime</code></pre></div> would be the easyest way to fix this i think <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><blockquote class="uncited"><div> ... <div class="codebox"><p>Code: </p><pre><code>[12:02] Tcl error [part_deauth]: wrong # args: should be "part_deauth nick uhost hand chan"</code></pre></div></div></blockquote> I couldn't find this in the scripts mentioned are you sure its from one of them?<br>Just a guess to fix this but i'd recommend, once you find the script in question, change <div class="codebox"><p>Code: </p><pre><code>proc part_deauth {nick uhost hand chan} {</code></pre></div> to <div class="codebox"><p>Code: </p><pre><code>proc part_deauth {nick uhost hand chan {msg ""}} { ;if {$msg == ""} {set msg "$nick"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Mon Apr 05, 2010 7:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sotengboy]]></name></author>
		<updated>2010-04-05T08:50:27-04:00</updated>

		<published>2010-04-05T08:50:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92691#p92691</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92691#p92691"/>
		<title type="html"><![CDATA[Tcl error [pub_1]: can't read &quot;iyabib&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92691#p92691"><![CDATA[
<blockquote class="uncited"><div>What Script(s) are you using? The first looks like something to do with CTCP Protection and the other looks like an Auth script?</div></blockquote>im using ctcpprotection.tcl first and allprotection.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11041">sotengboy</a> — Mon Apr 05, 2010 8:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2010-04-04T12:42:18-04:00</updated>

		<published>2010-04-04T12:42:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92679#p92679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92679#p92679"/>
		<title type="html"><![CDATA[Tcl error [pub_1]: can't read &quot;iyabib&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92679#p92679"><![CDATA[
What Script(s) are you using? The first looks like something to do with CTCP Protection and the other looks like an Auth script?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sun Apr 04, 2010 12:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sotengboy]]></name></author>
		<updated>2010-04-04T07:58:30-04:00</updated>

		<published>2010-04-04T07:58:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92677#p92677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92677#p92677"/>
		<title type="html"><![CDATA[[20:00] Tcl error [ctcpprot:check]: invalid command name]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92677#p92677"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[20:00] Tcl error [ctcpprot:check]: invalid command name "count_update"</code></pre></div><div class="codebox"><p>Code: </p><pre><code>[12:02] Tcl error [part_deauth]: wrong # args: should be "part_deauth nick uhost hand chan"</code></pre></div><br>This error occurs on my other bot<br>Please help. thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11041">sotengboy</a> — Sun Apr 04, 2010 7:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sotengboy]]></name></author>
		<updated>2010-04-04T07:54:09-04:00</updated>

		<published>2010-04-04T07:54:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92676#p92676</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92676#p92676"/>
		<title type="html"><![CDATA[Tcl error [pub_1]: can't read &quot;iyabib&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92676#p92676"><![CDATA[
<blockquote class="uncited"><div><strong class="text-strong">Check</strong> you eggdrop config file to see if <blockquote class="uncited"><div>unbind dcc - tcl ...</div></blockquote> is there if it <strong class="text-strong">is</strong>. Change it to <div class="codebox"><p>Code: </p><pre><code>#unbind ...</code></pre></div> remenber the <strong class="text-strong">#</strong> And in dcc chat/telnet with your eggdrop. Post the output of the dcc/telnet command <strong class="text-strong">.set errorInfo</strong> (case is important)</div></blockquote>thanks sir.. i'll try it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11041">sotengboy</a> — Sun Apr 04, 2010 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2010-04-03T12:29:34-04:00</updated>

		<published>2010-04-03T12:29:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92673#p92673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92673#p92673"/>
		<title type="html"><![CDATA[Tcl error [pub_1]: can't read &quot;iyabib&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92673#p92673"><![CDATA[
<strong class="text-strong">Check</strong> you eggdrop config file to see if <blockquote class="uncited"><div>unbind dcc - tcl ...</div></blockquote> is there if it <strong class="text-strong">is</strong>. Change it to <div class="codebox"><p>Code: </p><pre><code>#unbind ...</code></pre></div> remenber the <strong class="text-strong">#</strong> And in dcc chat/telnet with your eggdrop. Post the output of the dcc/telnet command <strong class="text-strong">.set errorInfo</strong> (case is important)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Apr 03, 2010 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sotengboy]]></name></author>
		<updated>2010-04-03T11:02:34-04:00</updated>

		<published>2010-04-03T11:02:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92672#p92672</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92672#p92672"/>
		<title type="html"><![CDATA[Tcl error [pub_1]: can't read &quot;iyabib&quot;]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92672#p92672"><![CDATA[
excuse me... sory b4 im NewBie here<br><br>please help me... my bot send me on DCC chat<div class="codebox"><p>Code: </p><pre><code>&lt;santi&gt; [23:08] Tcl error [pub_1]: can't read "iyabib": no such variable</code></pre></div>anyone can help me... thanks...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11041">sotengboy</a> — Sat Apr 03, 2010 11:02 am</p><hr />
]]></content>
	</entry>
	</feed>
