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

	<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>2009-10-20T09:24:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[vbirc]]></name></author>
		<updated>2009-10-20T09:24:06-04:00</updated>

		<published>2009-10-20T09:24:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90582#p90582</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90582#p90582"/>
		<title type="html"><![CDATA[[Request/Resolved] SearchIRC Network Ranking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90582#p90582"><![CDATA[
I see the code, but it has ..snipped.. am I missing something? <br>Sorry, but I don't see essential code to have it be a working script,<br>and egghelp tcl archive doesn't have a script for keyword "SearchIRC".<br><br>*scratches head*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10916">vbirc</a> — Tue Oct 20, 2009 9:24 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-08-29T21:10:43-04:00</updated>

		<published>2009-08-29T21:10:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90094#p90094</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90094#p90094"/>
		<title type="html"><![CDATA[[Request/Resolved] SearchIRC Network Ranking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90094#p90094"><![CDATA[
yw <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Aug 29, 2009 9:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mr_fanatic]]></name></author>
		<updated>2009-08-29T11:48:13-04:00</updated>

		<published>2009-08-29T11:48:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90093#p90093</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90093#p90093"/>
		<title type="html"><![CDATA[[Request/Resolved] SearchIRC Network Ranking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90093#p90093"><![CDATA[
Thank you so much. Works perfect!! If anyone is interested in this tcl, usage is: <strong class="text-strong">.chanset #channel +network-rank</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9267">mr_fanatic</a> — Sat Aug 29, 2009 11:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[TCL_no_TK]]></name></author>
		<updated>2009-08-29T21:11:30-04:00</updated>

		<published>2009-08-29T11:31:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90092#p90092</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90092#p90092"/>
		<title type="html"><![CDATA[[Request/Resolved] SearchIRC Network Ranking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90092#p90092"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code> package require http ..snipped.. bind pub -|- !rank pub:rank setudef flag network-rank proc pub:rank {nick host hand chan text} {  if {[llength $text] == 0} {   puthelp "NOTICE $nick :Usage: !rank &lt;IRC Network&gt;"   puthelp "NOTICE $nick :Displays the rank of the given irc network on searchirc"   return 0  }  if {![channel get "$chan" network-rank]} {   return 0  }  set network_name [lindex [split $text] 0]  return [networkrank "$network_name" "$chan"] } putlog "loaded searchirc_network_rank.tcl by TCL_no_TK version 1.0" return</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8130">TCL_no_TK</a> — Sat Aug 29, 2009 11:31 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mr_fanatic]]></name></author>
		<updated>2009-08-29T11:51:58-04:00</updated>

		<published>2009-08-26T15:23:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=90052#p90052</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=90052#p90052"/>
		<title type="html"><![CDATA[[Request/Resolved] SearchIRC Network Ranking]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=90052#p90052"><![CDATA[
It would be lovely if anyone can code it like this:<br><br>&lt;mr_fanatic&gt; !rank Dalnet<br>&lt;eggdrop&gt; Dalnet ranked #6 out of 5,402<br><br>&lt;mr_fanatic&gt; !rank Undernet<br>&lt;eggdrop&gt; Undernet ranked #2 out of 5,402<br><br>Info page: <a href="http://searchirc.com/rank/undernet" class="postlink">http://searchirc.com/rank/undernet</a><br>If its too complex, a display for only one network will be lovely too ^^<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9267">mr_fanatic</a> — Wed Aug 26, 2009 3:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
