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

	<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>2004-12-11T09:26:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[saerd]]></name></author>
		<updated>2004-12-11T09:26:47-04:00</updated>

		<published>2004-12-11T09:26:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43869#p43869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43869#p43869"/>
		<title type="html"><![CDATA[Help TCL - $arg - TNX!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43869#p43869"><![CDATA[
It works 100%!!!<br>MANY THANKS!!!!<br>CIAO!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4548">saerd</a> — Sat Dec 11, 2004 9:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-11T09:11:44-04:00</updated>

		<published>2004-12-11T09:11:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43867#p43867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43867#p43867"/>
		<title type="html"><![CDATA[Help TCL - $arg - TNX!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43867#p43867"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub -|- !find pub:find proc pub:find {nick host hand chan arg} { set stuff [join [split $arg] +]putserv "PRIVMSG $nick :http://www.xxxx.yyy/search.php=$stuff" } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 11, 2004 9:11 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-12-11T09:08:36-04:00</updated>

		<published>2004-12-11T09:08:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43866#p43866</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43866#p43866"/>
		<title type="html"><![CDATA[Help TCL - $arg - TNX!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43866#p43866"><![CDATA[
try: <div class="codebox"><p>Code: </p><pre><code>bind pub -|- !find pub:find proc pub:find {nick host hand chan arg} { set arg [join $arg +]putserv "PRIVMSG $nick :http://www.xxxx.yyy/search.php=$arg" }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sat Dec 11, 2004 9:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[saerd]]></name></author>
		<updated>2004-12-11T08:34:47-04:00</updated>

		<published>2004-12-11T08:34:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=43863#p43863</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=43863#p43863"/>
		<title type="html"><![CDATA[Help TCL - $arg - TNX!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=43863#p43863"><![CDATA[
Hi all!!<br>I want to make a script that, when in my chan any users, type:<br>!find test1 test2 test3<br>My eggdrop MUST reply:<br><a href="http://www.xxxxx.yyy/search.php=test1+test2+test3" class="postlink">http://www.xxxxx.yyy/search.php=test1+test2+test3</a><br><br>I have created this script, but it works with only a word of search<br>If I type !find test1 test2 test3, hi reply me:<br><br><a href="http://www.xxxxx.yyy/search.php=test1" class="postlink">http://www.xxxxx.yyy/search.php=test1</a> test2 test3<br>So, i need the "+" between the words!!<br><div class="codebox"><p>Code: </p><pre><code>bind pub -|- !find pub:findproc pub:find {nick host hand chan arg} { putserv "PRIVMSG $nick :http://www.xxxx.yyy/search.php=$arg"}</code></pre></div>Any help ?? Many thanks!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4548">saerd</a> — Sat Dec 11, 2004 8:34 am</p><hr />
]]></content>
	</entry>
	</feed>
