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

	<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-04-16T22:14:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Petersen]]></name></author>
		<updated>2002-04-16T22:14:00-04:00</updated>

		<published>2002-04-16T22:14:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6265#p6265</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6265#p6265"/>
		<title type="html"><![CDATA[Anyone can explain this proc for me?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6265#p6265"><![CDATA[
takes a channame as an argument, and searches through its array to see if an indexname (ie the name contained within the brackets of an array element) matches that chan, and returns the indexname if one does.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=60">Petersen</a> — Tue Apr 16, 2002 10:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stere0]]></name></author>
		<updated>2002-04-16T22:02:00-04:00</updated>

		<published>2002-04-16T22:02:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=6264#p6264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=6264#p6264"/>
		<title type="html"><![CDATA[Anyone can explain this proc for me?!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=6264#p6264"><![CDATA[
proc pxi2h:findchan {chan} {<br>  global pxi2h_chan<br>  foreach ele [array names pxi2h_chan] {<br>    if {[string tolower $ele] == [string tolower $chan]} { return $ele }<br>  }<br>}<br><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4">stere0</a> — Tue Apr 16, 2002 10:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
