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

	<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>2003-08-19T18:19:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[MarlbMan]]></name></author>
		<updated>2003-08-19T18:19:38-04:00</updated>

		<published>2003-08-19T18:19:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25318#p25318</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25318#p25318"/>
		<title type="html"><![CDATA[Help with arrays]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25318#p25318"><![CDATA[
I am looking for a script to do something similar. I would like it to get a /list and join channels either at random, or attempt to join each channel in a cycle as you said, to detect spam, then post an alert in an oper channel. If wouldn't mind parting with what you have, it'd be appreciated. unless there's already something out there I havent found yet.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3021">MarlbMan</a> — Tue Aug 19, 2003 6:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-04-16T23:01:00-04:00</updated>

		<published>2002-04-16T23:01:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6274#p6274</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6274#p6274"/>
		<title type="html"><![CDATA[Help with arrays]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6274#p6274"><![CDATA[
you don't need to use arrays to do this, you just need to use a list (which is really a single dimentional sequentially indexed array). go look up the tcl verbs of lappend, lindex and lreplace (the latter being the one to delete items from the list, by replacing its entry with nothing).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Apr 16, 2002 11:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-04-16T22:36:00-04:00</updated>

		<published>2002-04-16T22:36:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6270#p6270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6270#p6270"/>
		<title type="html"><![CDATA[Help with arrays]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6270#p6270"><![CDATA[
heres the deal, I have an eggy setup for spam detection, It does a list on the channels, and puts it in a variable...<br><br>my question is this, I want it to be able to remove the channel out of the variable, or ARRAY if easier, once its joined it, and keep doing so till the list is empty then ill have it restart, I assume an array would be best to do this, but I must be stupid cause I cant figure the array things out, anyone that can help me, I would appreciate it.<p>Statistics: Posted by Guest — Tue Apr 16, 2002 10:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
