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

	<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>2002-11-18T20:36:55-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-18T20:36:55-04:00</updated>

		<published>2002-11-18T20:36:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13342#p13342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13342#p13342"/>
		<title type="html"><![CDATA[seaching though Xtras]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13342#p13342"><![CDATA[
Yer would be good only problem is the script for over a botnet so i ned it in the user file so the other bots can see it.<p>Statistics: Posted by Guest — Mon Nov 18, 2002 8:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-17T17:50:10-04:00</updated>

		<published>2002-11-17T17:50:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13274#p13274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13274#p13274"/>
		<title type="html"><![CDATA[seaching though Xtras]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13274#p13274"><![CDATA[
If you do it often, you can optimize it by storing the positions in a global array. Then all you have to do is $positions($pos) to get the handle.<br><br>It all depends how often you do it. If you only have a few users, it won't make a difference anyway. If you have thousands of users, it may be a good idea.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sun Nov 17, 2002 5:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-17T14:42:42-04:00</updated>

		<published>2002-11-17T14:42:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13269#p13269</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13269#p13269"/>
		<title type="html"><![CDATA[seaching though Xtras]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13269#p13269"><![CDATA[
Nope.<br><br>Thats pretty much the only way.<br><br>You have to look through each user (filtering by flags if needed), and see if there user record has certain information. If so, reacord the user and return the list if needed.<br><br>This is what you script does.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Nov 17, 2002 2:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-15T18:13:48-04:00</updated>

		<published>2002-11-15T18:13:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13217#p13217</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13217#p13217"/>
		<title type="html"><![CDATA[seaching though Xtras]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13217#p13217"><![CDATA[
this is the curent script im using<br><br>proc massposlookup {pos} {<br>   set results ""<br>   foreach user [userlist +O] {<br>     if {[getuser $user XTRA possition] == $pos} {<br>       lappend results $user<br>     }<br>   }<br>  if {$results == ""} {<br>        return 0<br>  } else {<br>    return $results<br>  }<br>}<br><br>Dose anyone have an idea as to how i could do this with out having to sift though ALL the +O users. would be apriciated.<p>Statistics: Posted by Guest — Fri Nov 15, 2002 6:13 pm</p><hr />
]]></content>
	</entry>
	</feed>
