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

	<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>2006-02-27T23:56:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-27T23:56:47-04:00</updated>

		<published>2006-02-27T23:56:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60711#p60711</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60711#p60711"/>
		<title type="html"><![CDATA[keep-nick 1 on eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60711#p60711"><![CDATA[
ditch that lame script, it's totally useless<br><br>nick colliding as a weapon is long gone (even on IRCnet), so this thing is pretty ancient<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Feb 27, 2006 11:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2006-02-27T15:58:26-04:00</updated>

		<published>2006-02-27T15:58:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60701#p60701</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60701#p60701"/>
		<title type="html"><![CDATA[the problems is anticollide tcl]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60701#p60701"><![CDATA[
the problems is anticollide tcl. <br>Can i fix it? <br><div class="codebox"><p>Code: </p><pre><code>bind dcc n botnick dcc_botnick bind dcc n randnick nickchanger set keep-nick 0 proc dcc_botnick {hand idx argo} { if {$argo != ""} { putserv "NICK $argo" putdcc $idx "Nick changed.." } if {$argo == ""} { putdcc $idx "usage: .botnick nick" } return 1 } proc nickchanger { handle idx arg } { global nickchange global keep-nick if ![info exists nickchange] { set nickchange 0 } if {$nickchange==1} { set nickchange 0 putdcc $idx "Nick changing started" set keep-nick 1 return 0 } if {$nickchange==0} { set nickchange 1 putdcc $idx "Nick changing stopped" set keep-nick 0 change_nick } } proc change_nick {} { global nickchange if {$nickchange==1} { set temp1 [rand 10] set temp2 [rand 10] set temp3 [rand 10] set temp4 [rand 10] set temp5 [rand 10] set temp6 [rand 10] set temp7 [rand 10] set tempie ac$temp1$temp2$temp3$temp4$temp5$temp6$temp7 putserv "NICK $tempie" timer 1 change_nick } } bind raw - ERROR raw:checkquit bind bot - nickcollide bot:nickcollide set antikill 1 set killcount 0 set lastkill 0 if {![info exists antikill]} { set antikill 0 } if {![info exists killthresh]} { set killthresh 2 } if {![info exists killtime]} { set killtime 15 } bind sign - * got_sign proc got_sign {nick uhost hand channel reason} { global antikill lastkill killtime killcount killthresh if {($antikill) &amp;&amp; ([regexp "Killed.* .*\." $reason])} { if {([unixtime] - $lastkill) &gt; $killtime} { set lastkill [unixtime] set killcount 1 } { incr killcount if {$killcount &gt;= $killthresh} { putlog "Mass collide detected! Changing nick.." change_nick set lastkill 0 } } } } proc raw:checkquit { from keyword arg } { global botnick set text [string tolower $arg] set blah1 [lindex $text 0] set blah2 [lindex $text 3] set blah3 [lindex $text 6] if {$blah1 != ":closing"} { return 0 } if {$blah2 != "(killed"} { return 0 } if {$blah3 != "&lt;-"} { return 0 } putallbots "nickcollide" putlog "I was nick-collided, telling other bots!" collide:switchnick } proc bot:nickcollide {bot cmd arg} { putlog "$bot was nick collided." collide:switchnick } proc collide:switchnick { } { global nickchange keep-nick putlog "Switching nicks for the next 10 minutes" set nickchange 1 set keep-nick 0 change_nick timer 10 collide:end } proc collide:end { } { global nickchange keep-nick set nickchange 0 set keep-nick 1 putserv "NICK $botnick" } putlog "**** Anti Collide loaded ****" putlog "* anticollide.tcl by MiNDiT *" </code></pre></div><span style="color:red"><strong class="text-strong">EDITED: Next time post code using code tags (Alchera).</strong></span><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Mon Feb 27, 2006 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2006-02-27T13:57:11-04:00</updated>

		<published>2006-02-27T13:57:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60699#p60699</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60699#p60699"/>
		<title type="html"><![CDATA[version of server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60699#p60699"><![CDATA[
verion of *.de server <br>2.11.1p1. fu-berlin.de 276B aEFHIJKlMpRsTuXZ<br><br>As regard tcl i'm using the same tcl of eggdrop1.6.15 <br><br>thx<br>Daltanius<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Mon Feb 27, 2006 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-26T20:32:09-04:00</updated>

		<published>2006-02-26T20:32:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60683#p60683</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60683#p60683"/>
		<title type="html"><![CDATA[keep-nick 1 on eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60683#p60683"><![CDATA[
what's the server version?<br><br>it is also possible some lame script you are using messes up raw ISON reply handling<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Feb 26, 2006 8:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2006-02-26T20:22:06-04:00</updated>

		<published>2006-02-26T20:22:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60681#p60681</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60681#p60681"/>
		<title type="html"><![CDATA[keep-nick 1 on eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60681#p60681"><![CDATA[
i don't think because on the same server with a eggdrop 1.6.15 keep nick work<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Sun Feb 26, 2006 8:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2006-02-26T20:06:04-04:00</updated>

		<published>2006-02-26T20:06:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60679#p60679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60679#p60679"/>
		<title type="html"><![CDATA[keep-nick 1 on eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60679#p60679"><![CDATA[
bug of your irc server<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sun Feb 26, 2006 8:06 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[daltanius]]></name></author>
		<updated>2006-02-26T19:22:43-04:00</updated>

		<published>2006-02-26T19:22:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60677#p60677</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60677#p60677"/>
		<title type="html"><![CDATA[keep-nick 1 on eggdrop1.6.17]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60677#p60677"><![CDATA[
HI all,<br>i have eggdrops 1.6.17 and set on config file set keep-nick 1<br>Some times eggdrops join on irc with altnick because first nick isn't available.<br>But when first nick returns available eggdrops dont' change nick why?<br>what is the problems?<br>Bug of eggdrop 1.6.17?<br><br>thx<br>Daltanius<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4137">daltanius</a> — Sun Feb 26, 2006 7:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
