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

	<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>2020-05-30T22:32:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-05-30T22:32:36-04:00</updated>

		<published>2020-05-30T22:32:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108489#p108489</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108489#p108489"/>
		<title type="html"><![CDATA[Working CloneScan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108489#p108489"><![CDATA[
thanks willyw didnt see that hehe<br><br>i reposted the fixed version<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Sat May 30, 2020 10:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2020-05-30T21:22:14-04:00</updated>

		<published>2020-05-30T21:22:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108488#p108488</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108488#p108488"/>
		<title type="html"><![CDATA[Re: Working CloneScan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108488#p108488"><![CDATA[
<blockquote class="uncited"><div>...<br>comment below if you think of any ideas <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br></div></blockquote>$trigger is not set.<br><br>Beyond that, I have not run the code, nor even tried to figure out if it will work.  I just noticed that, and since you asked....    <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Sat May 30, 2020 9:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-05-30T22:32:20-04:00</updated>

		<published>2020-05-30T20:33:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108487#p108487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108487#p108487"/>
		<title type="html"><![CDATA[Working CloneScan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108487#p108487"><![CDATA[
so i made this script that scans a channel for clones,it has two options to scan and if it finds clones notice the user Or kick the clones.<br>comment below if you think of any ideas <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>namespace eval clonescan {variable flg "1"        variable trigger "!"bind pub -|- "${trigger}clonescan" [namespace current]::clonescanproc clonescan {nick uhost hand chan text} {puthelp "NOTICE $nick :Starting clonescan for $chan..."set start [clock clicks]foreach user [chanlist $chan] {set host [lindex [split [getchanhost $user $chan] @] 1]lappend clones($host) $user}set total 0set count 0foreach host [array names clones] {set len [llength $clones($host)]if {$len &gt; 1} {variable flgset nickList [join [join $clones($host)] ", "]if {$flg} {foreach cloneXz $nickList {putnow "kick $chan $cloneXz"}} else {puthelp "NOTICE $nick :\($host\) Nick list: $nickList - Clones: "}incr count $len}incr total $len}}}</code></pre></div>EDIT <br>Fixed<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Sat May 30, 2020 8:33 pm</p><hr />
]]></content>
	</entry>
	</feed>
