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

	<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>2004-12-21T10:45:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-21T10:45:37-04:00</updated>

		<published>2004-12-21T10:45:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44304#p44304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44304#p44304"/>
		<title type="html"><![CDATA[History script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44304#p44304"><![CDATA[
this will show: &lt;nick&gt; text<div class="codebox"><p>Code: </p><pre><code>set bsize 20bind pubm - * fooproc foo {n u h c t} {  if {[info exists ::buf($c)] &amp;&amp; [llength $::buf($c)] == $::bsize} {    set ::buf($c) [lreplace $::buf($c) 0 0]  }  lappend ::buf($c) "&lt;$n&gt; $t"}bind join - * barproc bar {n u h c} {  if [info exists ::buf($c)] {    foreach line $::buf($c) {puthelp "notice $n :$line"}  }} </code></pre></div>[putserv] should be faster than [puthelp] since the server queue has higher flush priority than the help queue<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Tue Dec 21, 2004 10:45 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Slicer121]]></name></author>
		<updated>2004-12-21T06:08:30-04:00</updated>

		<published>2004-12-21T06:08:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44291#p44291</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44291#p44291"/>
		<title type="html"><![CDATA[Slow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44291#p44291"><![CDATA[
1. I don't know if it's my connection but I the history is displayed very slowly. I tried putserv instead of puthelp but the result is the same. <br><br>2. Is there a way of showing the nick on each line as well?<br><br>Slicer<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5785">Slicer121</a> — Tue Dec 21, 2004 6:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Slicer121]]></name></author>
		<updated>2004-12-20T06:03:01-04:00</updated>

		<published>2004-12-20T06:03:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44232#p44232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44232#p44232"/>
		<title type="html"><![CDATA[Thanks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44232#p44232"><![CDATA[
I works like a charm! Thank you very much!!<br><br>S<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5785">Slicer121</a> — Mon Dec 20, 2004 6:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2004-12-19T13:56:21-04:00</updated>

		<published>2004-12-19T13:56:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44173#p44173</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44173#p44173"/>
		<title type="html"><![CDATA[History script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44173#p44173"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set bsize 20bind pubm - * fooproc foo {n u h c t} {  if {[info exists ::buf($c)] &amp;&amp; [llength $::buf($c)] == $::bsize} {    set ::buf($c) [lreplace $::buf($c) 0 0]  }  lappend ::buf($c) $t}bind join - * barproc bar {n u h c} {  if [info exists ::buf($c)] {    foreach line $::buf($c) {puthelp "notice $n :$line"}   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Dec 19, 2004 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Slicer121]]></name></author>
		<updated>2004-12-19T13:30:04-04:00</updated>

		<published>2004-12-19T13:30:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=44172#p44172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=44172#p44172"/>
		<title type="html"><![CDATA[History script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=44172#p44172"><![CDATA[
I'm looking for a script that buffers, for instance the last 20 lines on my channel and displays them on join. Does this exist?<br><br>Slicer121<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5785">Slicer121</a> — Sun Dec 19, 2004 1:30 pm</p><hr />
]]></content>
	</entry>
	</feed>
