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

	<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>2003-01-28T07:41:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-01-28T07:41:16-04:00</updated>

		<published>2003-01-28T07:41:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15884#p15884</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15884#p15884"/>
		<title type="html"><![CDATA[character range]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15884#p15884"><![CDATA[
small code I use to catch urls:<div class="codebox"><p>Code: </p><pre><code>bind pubm - * url_catcherproc url_catcher {nick host hand chan arg} {if {[set a [lsearch -regexp [split $arg] "(http)://(.*)\.(.*)"]] != -1} {set url [lindex [split $arg] $a] blablabla the code in here, write the $url to file or something ;)}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Tue Jan 28, 2003 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-28T05:28:05-04:00</updated>

		<published>2003-01-28T05:28:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15882#p15882</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15882#p15882"/>
		<title type="html"><![CDATA[character range]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15882#p15882"><![CDATA[
Can we see the catcher code?<br><br>Without knowing how you are doing things, we have no way to give you a method of full capture.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Jan 28, 2003 5:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[sirkrunch]]></name></author>
		<updated>2003-01-28T03:13:49-04:00</updated>

		<published>2003-01-28T03:13:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15878#p15878</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15878#p15878"/>
		<title type="html"><![CDATA[character range]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15878#p15878"><![CDATA[
I'm trying to write a URL catcher<br>but when a URL has a '?' it seem to just take everything b4 the '?'<br><a href="http://www.site.com/index.php?link=link1" class="postlink">http://www.site.com/index.php?link=link1</a><br>would return <br><a href="http://www.site.com/index.php" class="postlink">http://www.site.com/index.php</a><br>how do I go about fixing that??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2010">sirkrunch</a> — Tue Jan 28, 2003 3:13 am</p><hr />
]]></content>
	</entry>
	</feed>
