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

	<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>2005-08-30T17:42:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-08-30T17:42:44-04:00</updated>

		<published>2005-08-30T17:42:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55062#p55062</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55062#p55062"/>
		<title type="html"><![CDATA[clonescan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55062#p55062"><![CDATA[
I have made a clonescan which works, but it output's some data incorrectly.<br><div class="codebox"><p>Code: </p><pre><code>bind pub o|o !clonescan pub:clonescanproc pub:clonescan {nick host hand chan arg} {  set channel $chan  set count 0  set clones_who {}   foreach user [chanlist $chan] {     foreach person [chanlist $chan] {       if {[string equal -nocase [getchanhost $user $chan] [getchanhost $person $chan]] &amp;&amp; ![string equal $user $person]} {         incr count        lappend clones_who Host: [getchanhost $user $chan] Users: $user and $person       }     }   }  set clones $count  set users [expr [llength [chanlist $chan]] - $clones]   putserv "PRIVMSG $chan :CloneScan: There are $users real users on $channel \($clones Clones found\)."  putserv "PRIVMSG $chan :CloneScan: The clones are: $clones_who"}proc clonescan:version {} {  putlog "Clonescan v: 0.1 BETA by Tosser^^TCL"}clonescan:version</code></pre></div>The output <br><div class="codebox"><p>Code: </p><pre><code>&lt;Tosser&gt; !clonescan&lt;ChanServHub&gt; CloneScan: There are 104 real users on #roffl (2 Clones found).&lt;ChanServHub&gt; CloneScan: The clones are: Host: scorpio@Justinn.users.quakenet.org Users: Rayne and `Finalize Host: scorpio@Justinn.users.quakenet.org Users: `Finalize and Rayne</code></pre></div>How can i make it so instead of it saying<div class="codebox"><p>Code: </p><pre><code>&lt;ChanServHub&gt; CloneScan: The clones are: Host: scorpio@Justinn.users.quakenet.org Users: Rayne and `Finalize Host: scorpio@Justinn.users.quakenet.org Users: `Finalize and Rayne</code></pre></div>it says<div class="codebox"><p>Code: </p><pre><code>&lt;ChanServHub&gt; CloneScan: The clones are: Host: scorpio@Justinn.users.quakenet.org Users: Rayne and `Finalize</code></pre></div>Sorry about my english tonight, im to tired, been fixing it all day <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><br><br>Thanks in advance[/code]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Tue Aug 30, 2005 5:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
