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

	<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-11-06T15:12:22-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-06T15:12:22-04:00</updated>

		<published>2002-11-06T15:12:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12901#p12901</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12901#p12901"/>
		<title type="html"><![CDATA[[n00b] - [http::geturl $query]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12901#p12901"><![CDATA[
Since it's more than 1 line, you have to use multiple putservs. You can only send 1 line per privmsg, right? So use 'split' to turn the data into a list. Then use a loop to output each line with putserv.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Wed Nov 06, 2002 3:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-10-16T11:03:25-04:00</updated>

		<published>2002-10-16T11:03:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12021#p12021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12021#p12021"/>
		<title type="html"><![CDATA[[n00b] - [http::geturl $query]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12021#p12021"><![CDATA[
Hello,<br><br>I want to get the data from a file on a webserver, and the data must been shown in the channel with a trigger<br><br>Example: <br>Tigger: !post<br>Shows the data of: <a href="http://test.server.nl/test.php" class="postlink">http://test.server.nl/test.php</a><br>(The data contains more then one line)<br><br>Can you help me with that? ty! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>(I tried this:<div class="codebox"><p>Code: </p><pre><code>package require httpbind pub - !post pub:postpost pub:post { nick uhost handle channel arg } {set query ["http://test.server.nl/test.php"]set token [http::geturl $query]upvar #0 $token stateputserv "PRIVMSG $channel :$token"}putlog "*** WebGet Script loaded ***"</code></pre></div>)<p>Statistics: Posted by Guest — Wed Oct 16, 2002 11:03 am</p><hr />
]]></content>
	</entry>
	</feed>
