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

	<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>2006-11-28T03:19:03-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-11-28T03:19:03-04:00</updated>

		<published>2006-11-28T03:19:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68531#p68531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68531#p68531"/>
		<title type="html"><![CDATA[Kill on Clones Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68531#p68531"><![CDATA[
It's badly written  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes">.<br><br>You're better off making a whole new script than rewriting this thing.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Nov 28, 2006 3:19 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BlackTux]]></name></author>
		<updated>2006-11-28T00:52:27-04:00</updated>

		<published>2006-11-28T00:52:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=68524#p68524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=68524#p68524"/>
		<title type="html"><![CDATA[Kill on Clones Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=68524#p68524"><![CDATA[
I am in need of a script that will kill/kline used that clone in 3 seperate channels. I tried using a clonedect script and modify the kick to kill but it is just not working. Any help would be great.<br>This is the Code I have so far.<br>Thanks<br><div class="codebox"><p>Code: </p><pre><code>#Set the next line as the kick msg you want to sayset clone_msg "Clones"#Set the next line as the number of clones to scan forset clone_max 1#Set the next line as the channels you want to run inset clone_chans "#cmx-appz"set noclonehost {"*.falcon-irc.net"}proc join_clone {nick uhost hand chan} { global clone_msg clone_max clone_chans botnick noclonehost if {([lsearch -exact [string tolower $clone_chans] [string tolower $chan]] != -1) || ($clone_chans == "*") &amp;&amp; ![matchattr $hand m|m $chan] &amp;&amp; ![matchattr $hand b] &amp;&amp; ![isbotnick $nick] &amp;&amp; [botisop $chan]} { if {$noclonehost == $uhost} {return 0}  set host [lindex [split $uhost @] 1]; set count 0  foreach i [chanlist $chan] {   if {[string equal -nocase $host [lindex [split [getchanhost $i $chan] @] 1]]} {   incr count   }  }  if {$count &gt;= $clone_max} {  putserv "KILL $clone :$clone_msg" -next  foreach clone [chanlist $chan] {   if {[string equal -nocase $host [lindex [split [getchanhost $i $chan] @] 1]]} {    putserv "KILL $clone :$clone_msg" -next    }   }  } }} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6617">BlackTux</a> — Tue Nov 28, 2006 12:52 am</p><hr />
]]></content>
	</entry>
	</feed>
