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

	<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-01-22T15:07:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[petea4]]></name></author>
		<updated>2007-01-22T15:07:05-04:00</updated>

		<published>2007-01-22T15:07:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69825#p69825</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69825#p69825"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69825#p69825"><![CDATA[
nice Sir_Fz ......you da man....... works like a dream<br>thanx so much m8<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8626">petea4</a> — Mon Jan 22, 2007 3:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-22T14:48:36-04:00</updated>

		<published>2007-01-22T14:48:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69824#p69824</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69824#p69824"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69824#p69824"><![CDATA[
change<div class="codebox"><p>Code: </p><pre><code>0:$chan...</code></pre></div>to<div class="codebox"><p>Code: </p><pre><code>1:$chan...</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Jan 22, 2007 2:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[petea4]]></name></author>
		<updated>2007-01-22T14:37:07-04:00</updated>

		<published>2007-01-22T14:37:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69823#p69823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69823#p69823"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69823#p69823"><![CDATA[
thanx Sir_Fz <br>seems to work but one of the 3 channels comes back as havin 0 in it when i can see one nick in all 3 channels. so seems to pick that nick up in 2 channels but not channel 3 it picked 5 up in channel 1 and 9 in channel 2 but 0 in channel 3 but one of the nicks was in all 3 channels..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8626">petea4</a> — Mon Jan 22, 2007 2:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-01-21T20:47:21-04:00</updated>

		<published>2007-01-21T20:47:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69802#p69802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69802#p69802"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69802#p69802"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind PUB m|o !RDS find:rdsproc find:rds {nickname hostname handle channel arguments} {  foreach chan [channels] {    foreach user [chanlist $chan] {      if {[string match *RDS* $user]} {        set channels($chan) [expr {![info exists channels($chan)]?0:$channels($chan)+1}]      }    }  }  if {![array size channels]} {    putserv "NOTICE $nickname :Found no users."  } {    putserv "PRIVMSG $channel :[join [array get channels] " | "]."  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jan 21, 2007 8:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[petea4]]></name></author>
		<updated>2007-01-21T15:47:13-04:00</updated>

		<published>2007-01-21T15:47:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69793#p69793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69793#p69793"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69793#p69793"><![CDATA[
dont seem to work i made a booboo by saying RCS when it is RDS so i changed all the rcs to rds <br>as below <div class="codebox"><p>Code: </p><pre><code>bind PUB m|o !RDS find:rds proc find:rds {nickname hostname handle channel arguments} {   if {[array exists channels]} {     array unset channels   }   array set channels {}   foreach chan [channels] {     foreach user [chanlist $chan] {       if {[string match *RDS* $user]} {         set channels($chan) [expr {![info exists channels($chan)]?0:[incr $channels($chan)]}]       }     }   }   if {![array size channels]} {     putserv "NOTICE $nickname :Found no users."   } else {     putserv "PRIVMSG $channel :[join [array get channels] " | "]."   } }</code></pre></div>but all i keep getting is <br>Tcl error [find:rds]: can't read "0": no such variable<br><br>thanks for trying<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8626">petea4</a> — Sun Jan 21, 2007 3:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2007-01-21T15:02:23-04:00</updated>

		<published>2007-01-21T15:02:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69789#p69789</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69789#p69789"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69789#p69789"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind PUB m|o !RSC find:rscproc find:rsc {nickname hostname handle channel arguments} {  if {[array exists channels]} {     array unset channels  }  array set channels {}  foreach chan [channels] {    foreach user [chanlist $chan] {      if {[string match *RSC* $user]} {        set channels($chan) [expr {![info exists channels($chan)]?0:[incr $channels($chan)]}]      }    }  }  if {![array size channels]} {    putserv "NOTICE $nickname :Found no users."  } else {    putserv "PRIVMSG $channel :[join [array get channels] " | "]."  }}</code></pre></div>Untested <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=5078">metroid</a> — Sun Jan 21, 2007 3:02 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[petea4]]></name></author>
		<updated>2007-01-21T11:14:58-04:00</updated>

		<published>2007-01-21T11:14:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=69787#p69787</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=69787#p69787"/>
		<title type="html"><![CDATA[little help please]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=69787#p69787"><![CDATA[
hi guys<br>im lookin for a script that will scan all channels its in and report any nicks containing RSC<br><br>i.e<br>&lt;me&gt;!RSC<br>&lt;bot&gt; |channel A has 33| |channel B has 12| |channel C has 55| all nicks contain RSC<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8626">petea4</a> — Sun Jan 21, 2007 11:14 am</p><hr />
]]></content>
	</entry>
	</feed>
