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

	<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-02-24T04:09:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-24T04:09:00-04:00</updated>

		<published>2002-02-24T04:09:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4886#p4886</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4886#p4886"/>
		<title type="html"><![CDATA[Make Eggdrop Scan All Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4886#p4886"><![CDATA[
command /msg $botnick scanuser &lt;whatvalue&gt;<br><br>bind msg - scanuser do_scan<br> <br>proc do_scan {nick uhost hand vars} {<br> set value [lindex $vars 0]<br>   if {$value == ""} {<br>   puthelp "PRIVMSG $nick : OI stupid, what you want me to scan for?"<br>   return 0 <br>   }<br>   foreach n [userlist] {<br>   if {[getuser $n XTRA] == "$value"} {<br>   puthelp "PRIVMSG $nick : Scan has $n with XTRA of $value"<br> }<br>}<br><br>Kissmine  <p>Statistics: Posted by Guest — Sun Feb 24, 2002 4:09 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-20T20:02:00-04:00</updated>

		<published>2002-02-20T20:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4745#p4745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4745#p4745"/>
		<title type="html"><![CDATA[Make Eggdrop Scan All Users]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4745#p4745"><![CDATA[
I have a bot and I want it to search the whole users file for ppl with the same XTRA value (for a special thing like admin for example). Anyone knows howto program that?<br><br>Thanks<p>Statistics: Posted by Guest — Wed Feb 20, 2002 8:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
