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

	<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-10-13T13:24:49-04:00</updated>

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

		<entry>
		<author><name><![CDATA[strikelight]]></name></author>
		<updated>2002-10-13T13:24:49-04:00</updated>

		<published>2002-10-13T13:24:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11947#p11947</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11947#p11947"/>
		<title type="html"><![CDATA[Re: little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11947#p11947"><![CDATA[
<blockquote class="uncited"><div>i want my bot to get number of bots in the botnet and save to file</div></blockquote><div class="codebox"><p>Code: </p><pre><code>set myfile "/home/me/eggdrop/unf.txt"set numbots [llength [bots]]set outfile [open $myfile w]puts $outfile $numbotsclose $outfile</code></pre></div>Of course this is useless code unless it is event-triggered. (ie. bound to a dcc command or a timer or something.)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2005">strikelight</a> — Sun Oct 13, 2002 1:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-12T12:15:12-04:00</updated>

		<published>2002-10-12T12:15:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11915#p11915</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11915#p11915"/>
		<title type="html"><![CDATA[little help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11915#p11915"><![CDATA[
i want my bot to get number of bots in the botnet and save to file<p>Statistics: Posted by Guest — Sat Oct 12, 2002 12:15 pm</p><hr />
]]></content>
	</entry>
	</feed>
