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

	<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>2009-11-21T21:45:39-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2009-11-21T21:45:39-04:00</updated>

		<published>2009-11-21T21:45:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90999#p90999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90999#p90999"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90999#p90999"><![CDATA[
Also, you're using [lsearch] to search in a string (which is never recommended), $posting_chans should be a list. Wildcards in [lsearch] can only be used with -glob switch and the wildcards are specified in the third argument (the search string).<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Nov 21, 2009 9:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lenooxx]]></name></author>
		<updated>2009-11-21T12:06:53-04:00</updated>

		<published>2009-11-21T12:06:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90990#p90990</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90990#p90990"/>
		<title type="html"><![CDATA[:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90990#p90990"><![CDATA[
thank you very much ^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10564">lenooxx</a> — Sat Nov 21, 2009 12:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2009-11-21T11:26:19-04:00</updated>

		<published>2009-11-21T11:26:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90988#p90988</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90988#p90988"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90988#p90988"><![CDATA[
I'm in a hurry, so I'm just going to comment on the binding (without checking the code inside the procedure). If you want it to execute every 10 minutes, then this is the proper binding:<div class="codebox"><p>Code: </p><pre><code>bind time - {?0 *} posting</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Nov 21, 2009 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lenooxx]]></name></author>
		<updated>2009-11-21T10:40:07-04:00</updated>

		<published>2009-11-21T10:40:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90987#p90987</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90987#p90987"/>
		<title type="html"><![CDATA[help needed]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90987#p90987"><![CDATA[
heya , i need help , i have tried creating a script , but it dosent work for me , someone know whats wrong? Thank you<br><div class="codebox"><p>Code: </p><pre><code>set urls {"http://whaterver.com"}set posting_chans "*"bind time  10  postingproc posting {nick uhost hand chan arg} {global urls posting_chansforeach chan [channels] {if {(([lsearch -exact [string tolower $posting_chans] [string tolower $chan]] != -1) || ($posting_chans == "*"))} {putserv "PRIVMSG $chan :[lindex $urls [rand [llength $urls]]]"}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10564">lenooxx</a> — Sat Nov 21, 2009 10:40 am</p><hr />
]]></content>
	</entry>
	</feed>
