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

	<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>2007-11-14T14:45:24-04:00</updated>

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

		<entry>
		<author><name><![CDATA[psst]]></name></author>
		<updated>2007-11-14T14:45:24-04:00</updated>

		<published>2007-11-14T14:45:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78364#p78364</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78364#p78364"/>
		<title type="html"><![CDATA[[SOLVED]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78364#p78364"><![CDATA[
After 3 frustrating days trying to learn eggdrop I gave up and wrote my own Java pircbot.  It's very simple but it does what I want and all our users behave nicely.<br><br>Thanks for the support, all.  I am sure I will be back to eggdrop when I need a cleverer bot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9453">psst</a> — Wed Nov 14, 2007 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[psst]]></name></author>
		<updated>2007-11-13T03:57:59-04:00</updated>

		<published>2007-11-13T03:57:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78342#p78342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78342#p78342"/>
		<title type="html"><![CDATA[looking for channel history script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78342#p78342"><![CDATA[
<blockquote class="uncited"><div>irc clients have backscroll?</div></blockquote>but that won't show you what happened before you logged in.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9453">psst</a> — Tue Nov 13, 2007 3:57 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[psst]]></name></author>
		<updated>2007-11-13T03:56:15-04:00</updated>

		<published>2007-11-13T03:56:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78341#p78341</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78341#p78341"/>
		<title type="html"><![CDATA[looking for channel history script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78341#p78341"><![CDATA[
<blockquote class="uncited"><div>Not exactly what you wanted but the above will display the bot log.</div></blockquote>True, but pretty cool all the same.<br>If I could make this work in IRC with direct messages, I would be sorted.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9453">psst</a> — Tue Nov 13, 2007 3:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-11-13T00:17:14-04:00</updated>

		<published>2007-11-13T00:17:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78340#p78340</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78340#p78340"/>
		<title type="html"><![CDATA[looking for channel history script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78340#p78340"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind dcc n readlog dcc:readlog proc dcc:readlog { h i a } {   if {[llength [split $a]] != 1} {     putdcc $i "usage: .$::lastbind &lt;logfile&gt;"     putdcc $i [join [glob -nocomplain -directory logs *.log]]     return   }   if {![file exists [set f [lindex [split $a] 0]]] || ![file readable $f]} {     putdcc $i "Error..."     return   }   set d [split [read [set fp [open $f r]]] \n] ; close $fp   putdcc $i "LOG START"   foreach l $d { putdcc $i $l }   putdcc $i "LOG END (read [llength $d] lines)"   return }</code></pre></div>Not exactly what you wanted but the above will display the bot log.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Nov 13, 2007 12:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-11-12T23:15:12-04:00</updated>

		<published>2007-11-12T23:15:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78337#p78337</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78337#p78337"/>
		<title type="html"><![CDATA[looking for channel history script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78337#p78337"><![CDATA[
irc clients have backscroll?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Mon Nov 12, 2007 11:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[psst]]></name></author>
		<updated>2007-11-12T20:45:04-04:00</updated>

		<published>2007-11-12T20:45:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78335#p78335</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78335#p78335"/>
		<title type="html"><![CDATA[looking for channel history script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78335#p78335"><![CDATA[
I want users to be able to ask the bot for the last n messages or the last n minutes or hours of messages.<br><br>This would be a logging, and *recall* bot.  I have tried searching for history, recall, and replay.  I have not found anything.  Do you know of such a script?  What should I search for to find this capability?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9453">psst</a> — Mon Nov 12, 2007 8:45 pm</p><hr />
]]></content>
	</entry>
	</feed>
