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

	<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>2005-08-12T01:38:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-12T01:38:58-04:00</updated>

		<published>2005-08-12T01:38:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54096#p54096</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54096#p54096"/>
		<title type="html"><![CDATA[nick list through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54096#p54096"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>proc bar {f c t} {   foreach {n c} [split $t] {break}   set t [chanlist $c]    foreach e [list $::botnick ChanServ] {      if {[set i [lsearch -exact $t $e]] != -1} {         set $t [lreplace $t $i $i]      }   }   putbot $f "nicka $n $c [join $t]"} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Aug 12, 2005 1:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kanibus]]></name></author>
		<updated>2005-08-11T17:18:20-04:00</updated>

		<published>2005-08-11T17:18:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54082#p54082</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54082#p54082"/>
		<title type="html"><![CDATA[nick list through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54082#p54082"><![CDATA[
ahhh works perfect, thanks.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"> now if i wanted to strip Chanserv and the botnick?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6186">kanibus</a> — Thu Aug 11, 2005 5:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-11T17:09:09-04:00</updated>

		<published>2005-08-11T17:09:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54081#p54081</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54081#p54081"/>
		<title type="html"><![CDATA[nick list through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54081#p54081"><![CDATA[
no no, don't edit anything, all you need to do is to run this on both bots and type <em class="text-italics">!nicks otherbot</em> on channel, where <em class="text-italics">otherbot</em> is the nick of the bot on the other side<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 11, 2005 5:09 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kanibus]]></name></author>
		<updated>2005-08-11T17:03:20-04:00</updated>

		<published>2005-08-11T17:03:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54079#p54079</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54079#p54079"/>
		<title type="html"><![CDATA[nick list through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54079#p54079"><![CDATA[
hey thanks for the quick response demond. i am getting 'bot not on the botnet' though, im not sure that i edited your script quite right. i changed nickq to the bot i am configuring the script on, and nicka as the bot in the other channel. thanks for your help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6186">kanibus</a> — Thu Aug 11, 2005 5:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-11T16:35:00-04:00</updated>

		<published>2005-08-11T16:35:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54076#p54076</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54076#p54076"/>
		<title type="html"><![CDATA[nick list through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54076#p54076"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub - !nicks foobind bot - nickq barbind bot - nicka mooproc foo {n u h c t} {   putbot $t "nickq $n $c"}proc bar {f c t} {   foreach {n c} [split $t] {break}   putbot $f "nicka $n $c [join [chanlist $c]]"}proc moo {f c t} {   foreach {n c} [split $t] {break}   puthelp "notice $n :nicks on $f's channel $c: [join [lrange [split $t] 2 e]]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 11, 2005 4:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[kanibus]]></name></author>
		<updated>2005-08-11T15:41:29-04:00</updated>

		<published>2005-08-11T15:41:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54073#p54073</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54073#p54073"/>
		<title type="html"><![CDATA[nick list through botnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54073#p54073"><![CDATA[
hey i am running a channel relay script that works perfect. i was just wondering is there anyway to have it so that is someone types !nicks or something similar it would display the channel list for both channels?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6186">kanibus</a> — Thu Aug 11, 2005 3:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
