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

	<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-25T18:44:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-25T18:44:30-04:00</updated>

		<published>2005-08-25T18:44:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54816#p54816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54816#p54816"/>
		<title type="html"><![CDATA[no ctcp version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54816#p54816"><![CDATA[
yes, and it will also work on 15000 <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>here's how to do that:<div class="codebox"><p>Code: </p><pre><code>foreach n [chanlist #chan] {set moo($n) 0}putserv "privmsg #chan :\001VERSION\001"timer 1 barbind ctcr - VERSION fooproc foo {n u h d k t} {set ::moo($n) 1}proc bar {} {   foreach {n f} [array get ::moo] {      if {!$f} {         # $n has not responded, ban it      }   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 25, 2005 6:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2005-08-25T18:29:53-04:00</updated>

		<published>2005-08-25T18:29:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54813#p54813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54813#p54813"/>
		<title type="html"><![CDATA[no ctcp version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54813#p54813"><![CDATA[
would it work on 1500 nicks, i know that<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg #chan :\001VERSION\001" </code></pre></div>but not so good with arrays<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Thu Aug 25, 2005 6:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-08-25T18:11:54-04:00</updated>

		<published>2005-08-25T18:11:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54810#p54810</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54810#p54810"/>
		<title type="html"><![CDATA[no ctcp version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54810#p54810"><![CDATA[
you need to [bind ctcr] and then<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg #chan :\001VERSION\001"</code></pre></div>in your CTCR handler you need to flag each nick that you have received reply from, possibly using an array; then, after some timeout, you would scan that array to see which nicks haven't replied yet, and proceed with the bans<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Thu Aug 25, 2005 6:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Kurupt]]></name></author>
		<updated>2005-08-25T17:35:07-04:00</updated>

		<published>2005-08-25T17:35:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=54807#p54807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=54807#p54807"/>
		<title type="html"><![CDATA[no ctcp version]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=54807#p54807"><![CDATA[
On a chan are some bots that have ignore to ctcp version, so my question is how to ban the nicks that don't respond to version. Thanks, some ideeas would do it because i have no ideea now, if they don't respond how should i know. And secound i don't whant to version every nick i whant to version the chan.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5355">Kurupt</a> — Thu Aug 25, 2005 5:35 pm</p><hr />
]]></content>
	</entry>
	</feed>
