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

	<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>2003-11-03T12:21:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-11-03T12:21:40-04:00</updated>

		<published>2003-11-03T12:21:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29427#p29427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29427#p29427"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29427#p29427"><![CDATA[
Thanks, It worked great!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Mon Nov 03, 2003 12:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-11-03T12:01:51-04:00</updated>

		<published>2003-11-03T12:01:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29426#p29426</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29426#p29426"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29426#p29426"><![CDATA[
<blockquote class="uncited"><div><strong class="text-strong">egghead</strong><br>Is there any way to make your script notice the results to a user, not give them off to channel ?</div></blockquote>A hack is possible. If you want the results being messaged to the user who triggered the request, you need to make 2 modifications.<br><br>1. Change<div class="codebox"><p>Code: </p><pre><code>set chan [string tolower $chan]</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>set chan [string tolower $nick]</code></pre></div>2. Change<div class="codebox"><p>Code: </p><pre><code>if { ![validchan $channel] } { continue }</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>### if { ![validchan $channel] } { continue }</code></pre></div>or remove that line at all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Mon Nov 03, 2003 12:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-11-03T11:39:11-04:00</updated>

		<published>2003-11-03T11:39:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29423#p29423</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29423#p29423"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29423#p29423"><![CDATA[
<strong class="text-strong">egghead</strong><br>Is there any way to make your script notice the results to a user, not give them off to channel ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Mon Nov 03, 2003 11:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-09-28T11:03:30-04:00</updated>

		<published>2003-09-28T11:03:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27658#p27658</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27658#p27658"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27658#p27658"><![CDATA[
Actually finger works fine for me. But yes, they advise to use http instead of finger.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Sun Sep 28, 2003 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-28T09:48:18-04:00</updated>

		<published>2003-09-28T09:48:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27655#p27655</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27655#p27655"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27655#p27655"><![CDATA[
egghead, that is how i tried to retrieve the information in my previous post with finger command. I guess too many people are using that script which has forced them to shut down any finger requests in the future.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sun Sep 28, 2003 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-09-28T10:41:42-04:00</updated>

		<published>2003-09-28T09:17:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27654#p27654</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27654#p27654"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27654#p27654"><![CDATA[
An attempt to fix this problem can be found on:<br><br><a href="http://members.fortunecity.com/eggheadtcl/" class="postlink">http://members.fortunecity.com/eggheadtcl/</a> -&gt; kernel.org.tcl.txt<br><br>The script can either use HTTP (default) or finger.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Sun Sep 28, 2003 9:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[egghead]]></name></author>
		<updated>2003-09-28T05:26:15-04:00</updated>

		<published>2003-09-28T05:26:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27649#p27649</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27649#p27649"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27649#p27649"><![CDATA[
From <a href="http://www.kernel.org" class="postlink">http://www.kernel.org</a> :<br><blockquote class="uncited"><div>August 21, 2003: Please don't use finger.kernel.org for any sort of automatic monitoring. The number of automatic bots hitting this port is causing the finger daemon to shut down more often than not. The same information is available from <a href="http://www.kernel.org/kdist/finger_banner" class="postlink">http://www.kernel.org/kdist/finger_banner</a>.</div></blockquote>Note that kernel.tcl uses finger to retrieve the info.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=282">egghead</a> — Sun Sep 28, 2003 5:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-09-28T05:17:30-04:00</updated>

		<published>2003-09-28T05:17:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27647#p27647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27647#p27647"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27647#p27647"><![CDATA[
Right, I have sent them and e-mail, now waiting for reply. Thanks for the help!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Sun Sep 28, 2003 5:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-27T17:05:00-04:00</updated>

		<published>2003-09-27T17:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27636#p27636</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27636#p27636"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27636#p27636"><![CDATA[
Right then i looked at the script and did manually what it was doing for you here is the results.<br><blockquote class="uncited"><div>*** Looking up <a href="http://www.kernel.org" class="postlink">www.kernel.org</a><br>*** Connecting to 204.152.189.116<br>*** Connection established<br>The latest stable version of the Linux kernel is:           2.4.22<br>The latest prepatch for the stable Linux kernel tree is:    2.4.23-pre5<br>The latest snapshot for the stable Linux kernel tree is:    2.4.22-bk25<br>The latest beta version of the Linux kernel is:             2.6.0-test5<br>The latest snapshot for the beta Linux kernel tree is:      2.6.0-test5-bk14<br>The latest 2.2 version of the Linux kernel is:              2.2.25<br>The latest 2.0 version of the Linux kernel is:              2.0.39<br>The latest prepatch for the 2.0 Linux kernel tree is:       2.0.40-rc6<br>The latest -ac patch to the stable Linux kernels is:        2.4.22-ac4<br>The latest -ac patch to the beta Linux kernels is:          2.6.0-test1-ac3<br>*** ERROR: (WSAECONNABORTED) Software caused a connection abort<br><br>*** Looking up <a href="http://www.kernel.org" class="postlink">www.kernel.org</a><br>*** Connecting to 204.152.189.116<br>*** Connection established<br>*** Connection closed</div></blockquote>It seemed to cut me off half way through the list the first time. then the second time i tried it, it ignored me completely.<br><br>Its not the script it works fine its the site. Try contacting their admin about it.<br><em class="text-italics"><a href="mailto:webmaster@kernel.org">webmaster@kernel.org</a></em> or <em class="text-italics"><a href="mailto:support@kernel.org">support@kernel.org</a></em> should hopefully put you in touch with the right people.<br><br>^DooM^  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Sat Sep 27, 2003 5:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-09-27T13:51:28-04:00</updated>

		<published>2003-09-27T13:51:28-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27629#p27629</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27629#p27629"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27629#p27629"><![CDATA[
<a href="http://www.egghelp.org/cgi-bin/tcl_archive.tcl?mode=download&amp;id=177" class="postlink">http://www.egghelp.org/cgi-bin/tcl_arch ... oad&amp;id=177</a><br><br><strong class="text-strong"><em class="text-italics"><br>kernel.tcl<br>-<br>-<br>CyberBrown<br>27<br>Fetches info about the last kernel with the command "finger @<a href="http://www.kernel.org" class="postlink">www.kernel.org</a>" and displays it on the channel.</em></strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Sat Sep 27, 2003 1:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-26T16:25:45-04:00</updated>

		<published>2003-09-26T16:25:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27609#p27609</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27609#p27609"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27609#p27609"><![CDATA[
please post a link to the script. the site it contacts has probably changed the way it works therfore the script is requesting the wrong information.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Sep 26, 2003 4:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-09-26T10:03:50-04:00</updated>

		<published>2003-09-26T10:03:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27604#p27604</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27604#p27604"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27604#p27604"><![CDATA[
It's a skript that took the info about the latest linux kernels from <a href="http://www.kernel.org" class="postlink">http://www.kernel.org</a> . It doesn't give any errors or anything at all, nothing happens. Before it used to send the info vie notice.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Fri Sep 26, 2003 10:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[^DooM^]]></name></author>
		<updated>2003-09-26T09:08:58-04:00</updated>

		<published>2003-09-26T09:08:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27601#p27601</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27601#p27601"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27601#p27601"><![CDATA[
Does it give you any errors? what did it do and what does it do now exactly?  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3723">^DooM^</a> — Fri Sep 26, 2003 9:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[3zzy]]></name></author>
		<updated>2003-09-26T06:50:50-04:00</updated>

		<published>2003-09-26T06:50:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27593#p27593</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27593#p27593"/>
		<title type="html"><![CDATA[kernel.tcl script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27593#p27593"><![CDATA[
The one in the tcl scripts section stopped working recently.. =(<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3845">3zzy</a> — Fri Sep 26, 2003 6:50 am</p><hr />
]]></content>
	</entry>
	</feed>
