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

	<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>2001-12-14T19:15:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-14T19:15:00-04:00</updated>

		<published>2001-12-14T19:15:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2768#p2768</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2768#p2768"/>
		<title type="html"><![CDATA[tcl error in clone script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2768#p2768"><![CDATA[
not sure if this will help ya or not but i'm using a newer version of that script then u are not sure though but it says <br><br># Clone Detector v1.0.0.7 by MC_8 - Carl M. Gregory &lt;<a href="mailto:gregory@worldinter.net">gregory@worldinter.net</a>&gt;<br>#  This script will only work on eggdrop 1.5+ series.<br><br>the guys web site must be down cause i tried to get on ti but no luck it should be in the tcl archives at <a href="http://www.egghelp.org/tcl.shtml" class="postlink">http://www.egghelp.org/tcl.shtml</a><br><br>if it is a newer one and u can't find let me know i can get it to ya some how : )<br><br>SnOoP<p>Statistics: Posted by Guest — Fri Dec 14, 2001 7:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-14T13:29:00-04:00</updated>

		<published>2001-12-14T13:29:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2763#p2763</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2763#p2763"/>
		<title type="html"><![CDATA[tcl error in clone script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2763#p2763"><![CDATA[
Thanks Errtu but that didnt work. Also the bot is banning OPS and people that aint even got clones in the channel. I emailed the author. Email came back "unknown address".<br>I have a feeling this script wasnt made to work with the 1.6.* bots. I will wait til somebody makes one that does. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Fri Dec 14, 2001 1:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-14T07:54:00-04:00</updated>

		<published>2001-12-14T07:54:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2752#p2752</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2752#p2752"/>
		<title type="html"><![CDATA[tcl error in clone script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2752#p2752"><![CDATA[
Try this. Replace<div class="codebox"><p>Code: </p><pre><code>proc mc:cd:part {nick uhost hand chan} { </code></pre></div>with<br><div class="codebox"><p>Code: </p><pre><code>proc mc:cd:part {nick uhost hand chan msg} { </code></pre></div><br>I do have to say that my tcl knowledge is far from good, but tcl-commands.doc says you have to call the proc like this: {nick uhost hand chan partmsg}<br><br>Hope it helps though...<br><br>Errtu<br><p>Statistics: Posted by Guest — Fri Dec 14, 2001 7:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-14T07:04:00-04:00</updated>

		<published>2001-12-14T07:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2748#p2748</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2748#p2748"/>
		<title type="html"><![CDATA[tcl error in clone script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2748#p2748"><![CDATA[
I get this in dcc chat with my bot:<br>mc<img alt=":cd:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f4bf.svg">part called with too many arguments<br>section it refers too looks like this:<br>bind part - * mc<img alt=":cd:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f4bf.svg">part<br>proc mc<img alt=":cd:" class="emoji smilies" draggable="false" src="//cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/svg/1f4bf.svg">part {nick uhost hand chan} {<br> global mc_cd botnick<br> set chan [string tolower $chan]<br> set host [string range $uhost [expr [string first @ $uhost]+1] e]<br> if {$nick == $botnick} {<br>  foreach array [array names mc_cd] {<br>   if {([string index $array 0] == "!") &amp;&amp;<br>       ([string tolower [lindex [split $array :] 1]] == $chan)} {<br>    unset mc_cd($array)<br>   }<br>  }<br> } {<br>  if {![info exists mc_cd(!$host:$chan)]} {return 0}<br>  incr mc_cd(!$host:$chan) -1<br> }<br>}<br>this is in mc.clonedetector.tcl v 1.0<br>any idea's?? I cant find a clone detector that works with 1.6.7 eggdrop <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":sad:" title="Sad"><p>Statistics: Posted by Guest — Fri Dec 14, 2001 7:04 am</p><hr />
]]></content>
	</entry>
	</feed>
