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

	<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-03-31T05:20:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-03-31T05:20:00-04:00</updated>

		<published>2002-03-31T05:20:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=5820#p5820</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=5820#p5820"/>
		<title type="html"><![CDATA[Need help finding a suitable script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=5820#p5820"><![CDATA[
I tried that script...didnt work.<br><br>Using Eggdrop 1.6.10 and TCL 8.3. <br><br>Set the full path to the directory with and without the sc_hist.log filename, but still no go.<br><br>Any suggestions?<br><br>Thanks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><p>Statistics: Posted by Guest — Sun Mar 31, 2002 5:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-01T22:52:00-04:00</updated>

		<published>2001-12-01T22:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2306#p2306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2306#p2306"/>
		<title type="html"><![CDATA[Need help finding a suitable script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2306#p2306"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#set this to the full path of the fileset scfile "/path/to/log/file"#channel to annouce the stuff onset scchan "#channel"set scdata {}bind time - "*" sc:timeproc sc:time {min hour day month year} {  global scdata scchan scfile  set fp [open $scfile r]  set d [split [read $fp] n]  close $fp  set ll [split [lindex $d [expr [llength $d] - 1]]]  if {[lrange $ll 3 end] == $scdata} { return }  set scdata [lrange $ll 3 end]  puthelp "PRIVMSG $scchan :Now playing "${scdata}" ([lindex $ll 2] users)"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sat Dec 01, 2001 10:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-01T22:52:00-04:00</updated>

		<published>2001-12-01T22:52:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2305#p2305</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2305#p2305"/>
		<title type="html"><![CDATA[Need help finding a suitable script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2305#p2305"><![CDATA[
Never mind <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"> Wrote my own with the help of a friend.<br><br>If anyone is interested in it, lemme know.<br><br>/Beaver3<p>Statistics: Posted by Guest — Sat Dec 01, 2001 10:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-01T14:57:00-04:00</updated>

		<published>2001-12-01T14:57:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2295#p2295</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2295#p2295"/>
		<title type="html"><![CDATA[Need help finding a suitable script.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2295#p2295"><![CDATA[
Hey all. I've read through this forums and looked at examples, but none of the scripts have had the functionality I'd like. <br><br>Anyway, I'm running a shoutcast server. I would like the bot to simply read the log file and display if a new line appears. <br><br>The log looks like this: <br><br>12/01/01 14:18:34 1 zumjay - badman <br>12/01/01 14:19:04 1 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:19:34 1 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:20:04 1 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:20:34 1 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:21:04 2 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:21:34 2 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:22:04 3 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:22:34 3 Naid - Wakinÿ Up (Green Court Radio Edit) <br>12/01/01 14:23:04 3 Toby Lee Connor - Wicked Games <br>12/01/01 14:23:34 3 Toby Lee Connor - Wicked Games <br>12/01/01 14:24:04 3 Toby Lee Connor - Wicked Games <br>12/01/01 14:24:34 4 Toby Lee Connor - Wicked Games <br>12/01/01 14:25:04 4 Toby Lee Connor - Wicked Games <br>12/01/01 14:25:34 5 Toby Lee Connor - Wicked Games <br>12/01/01 14:26:04 5 Toby Lee Connor - Wicked Games <br>12/01/01 14:26:34 5 bad seed - the champ <br>12/01/01 14:27:04 5 bad seed - the champ <br>12/01/01 14:27:34 4 bad seed - the champ <br>12/01/01 14:28:04 3 bad seed - the champ <br><br>Now, The third number is the number of users on the server. Thats not needed, but would be fun to have in it too. <br><br>I would like to to just announce the name of the song being played. Ofcourse, only if its changed cause I dont want it displaying it 4 times for "bad seed - the champ" like the logfile displayes it. <br><br>Is there a script that already does this? <br><br>Thanks in advance!<br><br>/Beaver3 <p>Statistics: Posted by Guest — Sat Dec 01, 2001 2:57 pm</p><hr />
]]></content>
	</entry>
	</feed>
