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

	<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>2008-09-07T21:38:20-04:00</updated>

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

		<entry>
		<author><name><![CDATA[johnpursglove]]></name></author>
		<updated>2008-09-07T21:38:20-04:00</updated>

		<published>2008-09-07T21:38:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85086#p85086</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85086#p85086"/>
		<title type="html"><![CDATA[Thanks Problem solved.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85086#p85086"><![CDATA[
Thanks! Worked like a charm. <br><blockquote class="uncited"><div><br>[string map] is your friend in this case. Any (space) or (underscore) within $text will be exchanged with %20's.<br></div></blockquote>[/quote]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10190">johnpursglove</a> — Sun Sep 07, 2008 9:38 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-09-07T13:31:46-04:00</updated>

		<published>2008-09-07T13:31:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85083#p85083</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85083#p85083"/>
		<title type="html"><![CDATA[Return url from a trigger + Text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85083#p85083"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>puthelp "PRIVMSG $chan http://www.ipdb.org/search.pl?searchtype=quick&amp;any=[string map {" " "%20" "_" "%20"} $text]" </code></pre></div>[string map] is your friend in this case. Any (space) or (underscore) within $text will be exchanged with %20's.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sun Sep 07, 2008 1:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[johnpursglove]]></name></author>
		<updated>2008-09-06T22:22:09-04:00</updated>

		<published>2008-09-06T22:22:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85074#p85074</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85074#p85074"/>
		<title type="html"><![CDATA[Almost SOLVED - RE- Return url from a trigger + Text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85074#p85074"><![CDATA[
Well I solved my own problem for the most part. Found some stuff here in this forum. Read a few parts and came up with a good answer. Well almost. How can I parse a space in the text. <br><br>IE !ipdb Black Knight<br>returns <br> <a href="http://www.ipdb.org/search.pl?searchtype=quick&amp;any=Black" class="postlink">http://www.ipdb.org/search.pl?searchtyp ... &amp;any=Black</a><br><br>thanks in advance for any help.<br>John <br><div class="codebox"><p>Code: </p><pre><code>###################################################################           Internet Pinball Database Game Look up Script#     For fast searching of  Internet Pinball Database#     through a bot.#     #     #      Please Feel free to improve this script in any way#      and use it in your bots!!!##################################################################bind pub - "!ipdb" pinbot:ipdbprocproc pinbot:ipdbproc {name uhost hand chan text} {        puthelp "PRIVMSG $chan http://www.ipdb.org/search.pl?searchtype=quick&amp;any=$text"   } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10190">johnpursglove</a> — Sat Sep 06, 2008 10:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[johnpursglove]]></name></author>
		<updated>2008-09-06T22:22:58-04:00</updated>

		<published>2008-09-06T21:19:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85073#p85073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85073#p85073"/>
		<title type="html"><![CDATA[Return url from a trigger + Text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85073#p85073"><![CDATA[
Hello first post. Just got started in the world of Eggdrop.<br><br>Trying to do a simple script that spits out a url from <a href="http://www.ipdb.org" class="postlink">www.ipdb.org</a> (pinball machine database) after a trigger is entered on the channelipdb followed by the name of a game. This script was originally a wiki script I tried to modify for my own needs. Ie: <br><br>!IPDB pinbot should return in the channel for all to see.<br><br>http://$::www.ipdb.org/search.pl?searchtype=quick&amp;any=pinbot<br><br>Any help would be appreciated.<br>The code is below....<br><div class="codebox"><p>Code: </p><pre><code>#========================================================================# ** IPDB Quick Link#========================================================================# * Description:##    * Allows IRC users to link to IPDB quickly through the bot.#    * The default format is:#       !ipdb game name##------------------------------------------------------------------------# * Features:##========================================================================# Calls the script when people say !ipdb at the start of the line.# Changes this to whatever you want to make the script call on other#  keywords.bind pub - "!ipdb" spidey:ipdb_link# Two letter language of the wiki you want to link to.proc spidey:ipdb_link { nick hand chan text } {# Print linkputserv "PRIVMSG $chan http://$::www.ipdb.org/search.pl?searchtype=quick&amp;any=$text (Requested by \002$nick\002)"}# Log the script as successfully loaded.putlog "IPDB_log: Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10190">johnpursglove</a> — Sat Sep 06, 2008 9:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
