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

	<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-07-22T00:10:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-22T00:10:00-04:00</updated>

		<published>2002-07-22T00:10:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9079#p9079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9079#p9079"/>
		<title type="html"><![CDATA[Allmusic search: help me converting a one line mIRC script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9079#p9079"><![CDATA[
Thanks a lot for the fast reply. It works great. I had to remove a space between the link and "[join" so the URL is clickable.<br><br>Final code:<br><blockquote class="uncited"><div>bind pub - !artist pub:artistweb<br>proc pub:artistweb {nick uh hand chan arg} {<br>  puthelp "PRIVMSG $chan :AMG Artist Search: <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1" class="postlink">http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1</a>[join [split $arg] |]"<br>}</div></blockquote><p>Statistics: Posted by Guest — Mon Jul 22, 2002 12:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-21T17:19:07-04:00</updated>

		<published>2002-07-21T17:19:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9070#p9070</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9070#p9070"/>
		<title type="html"><![CDATA[Allmusic search: help me converting a one line mIRC script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9070#p9070"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !artist pub:artistwebproc pub:artistweb {nick uh hand chan arg} {  puthelp "PRIVMSG $chan :AMG Artist Search: http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1 [join [split $arg] |]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Jul 21, 2002 5:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-07-21T16:07:38-04:00</updated>

		<published>2002-07-21T16:07:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9067#p9067</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9067#p9067"/>
		<title type="html"><![CDATA[Allmusic search: help me converting a one line mIRC script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9067#p9067"><![CDATA[
Hello, I need an allmusic tcl search script for my eggdrop. It would work like this:<br><br>&lt;XXX&gt; !artist the faint<br>&lt;YYY&gt; AMG Artist Search: <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1the%7Cfaint" class="postlink">http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1the|faint</a><br><br><br>Note the replacement of spaces into '|'.<br>My friend made it for mIRC, so here it is so your work is easier.<br><blockquote class="uncited"><div>on 1:TEXT:!artist*:#:/msg $chan AMG Artist Search: <a href="http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1" class="postlink">http://www.allmusic.com/cg/amg.dll?p=amg&amp;sql=1</a> $+ $replace($2-,$chr(32),|)</div></blockquote>I couldn't find a google script that I could edit, the one I use visits the first result and posts its link.<br>Thanks in advance, hoping this helps some people.<p>Statistics: Posted by Guest — Sun Jul 21, 2002 4:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
