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

	<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-10-31T17:07:54-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-31T17:07:54-04:00</updated>

		<published>2002-10-31T17:07:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12647#p12647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12647#p12647"/>
		<title type="html"><![CDATA[Return ping-events to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12647#p12647"><![CDATA[
I unix, you use a newline character, to make the display move to the next line.<br><br>This is how you are able to display text formatted accross multiple lines.<br><br>In IRC, the newline character, is the end of command singal for IRC servers.<br><br>As such, you need to spli the input, at the newline, and print each line, somthing like<br><div class="codebox"><p>Code: </p><pre><code>foreach a [exec ping blah blah] {  puthelp "PRIVMSG $chan :$a"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Oct 31, 2002 5:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ProXy]]></name></author>
		<updated>2002-10-31T15:30:05-04:00</updated>

		<published>2002-10-31T15:30:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12646#p12646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12646#p12646"/>
		<title type="html"><![CDATA[Return ping-events to channel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12646#p12646"><![CDATA[
Hi there,<br><br>I wrote a little script that should run the command "ping" in the bash and print all lines back to my channel. I tried <div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG $chan :[exec bash -c "ping -c3 $arg"]";</code></pre></div>but this only responded the frist line. Does anyone know how to catch all?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1729">ProXy</a> — Thu Oct 31, 2002 3:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
