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

	<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>2005-09-03T06:07:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[vanbee]]></name></author>
		<updated>2005-09-03T06:07:05-04:00</updated>

		<published>2005-09-03T06:07:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55238#p55238</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55238#p55238"/>
		<title type="html"><![CDATA[:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55238#p55238"><![CDATA[
I have tried it with another file and indeed it works fine. I can't figure out why  it keeps sending blank lines for my syslog, I will try to get the informations I want via another file.<br>Anyway thanks for the little script  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6677">vanbee</a> — Sat Sep 03, 2005 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-02T05:33:33-04:00</updated>

		<published>2005-09-02T05:33:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55202#p55202</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55202#p55202"/>
		<title type="html"><![CDATA[a &quot;tail -f&quot; output script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55202#p55202"><![CDATA[
this minimalistic script works fine for me<br><br>try with different file, appending to it with <em class="text-italics">echo 'some text' &gt;&gt;file.txt</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Sep 02, 2005 5:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vanbee]]></name></author>
		<updated>2005-09-02T04:58:50-04:00</updated>

		<published>2005-09-02T04:58:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55199#p55199</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55199#p55199"/>
		<title type="html"><![CDATA[:)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55199#p55199"><![CDATA[
Hi,<br><br>Thanks for the quick answer! I just tried your script but I have a problem.<br>In fact, the egg don't stop sending blank lines every 2 seconds even if there is something something new in my log file.<br>I just changed the path to correspond to my syslog. But I'm sure I'm doing something wrong, can you help me ?<br><br>Thanks <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Laurent<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6677">vanbee</a> — Fri Sep 02, 2005 4:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-09-01T13:00:30-04:00</updated>

		<published>2005-09-01T13:00:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55177#p55177</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55177#p55177"/>
		<title type="html"><![CDATA[a &quot;tail -f&quot; output script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55177#p55177"><![CDATA[
not too much to share:<div class="codebox"><p>Code: </p><pre><code>set f [open "|tail -f /var/log/messages"]fconfigure $f -blocking 0 -buffering linefileevent $f readable [list foo $f]proc foo {f} {puthelp "privmsg #chan :[gets $f]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Sep 01, 2005 1:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[vanbee]]></name></author>
		<updated>2005-09-01T11:16:52-04:00</updated>

		<published>2005-09-01T11:16:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=55161#p55161</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=55161#p55161"/>
		<title type="html"><![CDATA[a &quot;tail -f&quot; output script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=55161#p55161"><![CDATA[
Hi,<br><br>I searched the web and the forum without success.<br>I'm looking for a script that parse the output of my gateway's logfiles (for example syslog or auth.log) and off course print it on a private channel (which is a internal one).<br>I'd like to do it myself but I know nearly nothing in tcl and right now I haven't the time to do such things.<br><br>Maybe one of you, got a script like that and can share it with the rest of the world .. and me  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>Thanks in advance,<br>Laurent<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6677">vanbee</a> — Thu Sep 01, 2005 11:16 am</p><hr />
]]></content>
	</entry>
	</feed>
