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

	<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>2003-10-28T19:39:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-10-28T19:39:43-04:00</updated>

		<published>2003-10-28T19:39:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29127#p29127</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29127#p29127"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29127#p29127"><![CDATA[
This is kind of tricky... The only solution I could come up with is to override the built in kick binds and make the bot think it left the channel on purpose when setting the channel +inactive... This code is untested...good luck getting it to work <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><div class="codebox"><p>Code: </p><pre><code>unbind raw - KICK *raw:KICKunbind raw - KICK *raw:irc:kickbind raw - KICK my:raw:kickproc my:raw:kick {f k a} {scan $a "%s %s" chan nickif {[isbotnick $nick]&amp;&amp;[validchan $chan]} {channel set $chan +inactiveutimer 0 [list *raw:irc:part $::botname PART :$chan]timer 5 [list channel set $chan -inactive]return 1} {*raw:irc:kick $f $k $a*raw:KICK $f $k $a}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Oct 28, 2003 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T16:11:00-04:00</updated>

		<published>2003-10-28T16:11:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29112#p29112</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29112#p29112"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29112#p29112"><![CDATA[
Thanks caesar thats great, theres just one little problem though.. when it's kicked the bot rejoins the channel then leaves immediately<br><br>* Bot was kicked by EL3CTRO (EL3CTRO)<br>* Bot (~Bot@*****) has joined #channel<br>* Bot (~Bot@*****) has left #channel<br><br>Which is kinda defeating the point that I want the script for, any ideas how to remedy this?<p>Statistics: Posted by Guest — Tue Oct 28, 2003 4:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-10-28T15:55:04-04:00</updated>

		<published>2003-10-28T15:55:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29111#p29111</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29111#p29111"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29111#p29111"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * my:kickproc my:kick {nick uhost hand chan vict reas} {   if {[strlwr $vict] != [strlwr $::botnick]} {    return  }   channel set $chan +inactive  timer 5 [list channel set $chan -inactive]}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Oct 28, 2003 3:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T15:29:09-04:00</updated>

		<published>2003-10-28T15:29:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29110#p29110</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29110#p29110"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29110#p29110"><![CDATA[
Thanks, I'll have a fiddle around with it.<p>Statistics: Posted by Guest — Tue Oct 28, 2003 3:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[duofruo]]></name></author>
		<updated>2003-10-28T15:05:31-04:00</updated>

		<published>2003-10-28T15:05:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29109#p29109</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29109#p29109"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29109#p29109"><![CDATA[
<blockquote class="uncited"><div>state answers how to solve this, not "i'm starfing, what shoud i do ? - Eat something!"<br></div></blockquote>Hmzz, ok , why u must be so ruff whith me ? I am new <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4023">duofruo</a> — Tue Oct 28, 2003 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-10-28T15:00:04-04:00</updated>

		<published>2003-10-28T15:00:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29108#p29108</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29108#p29108"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29108#p29108"><![CDATA[
<blockquote class="uncited"><div>I think u make a tcl script</div></blockquote>state answers how to solve this, not "i'm starfing, what shoud i do ? - Eat something!"<br><br>@ electro : have a look at the TCL-Commands.doc and check for the kick bind<br><br>check every kick, if the kicked nick == $::botnick -&gt; channel set $channel +inactive<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Tue Oct 28, 2003 3:00 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[duofruo]]></name></author>
		<updated>2003-10-28T14:47:41-04:00</updated>

		<published>2003-10-28T14:47:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29106#p29106</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29106#p29106"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29106#p29106"><![CDATA[
I think u make a tcl script<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4023">duofruo</a> — Tue Oct 28, 2003 2:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-28T13:23:57-04:00</updated>

		<published>2003-10-28T13:23:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29101#p29101</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29101#p29101"/>
		<title type="html"><![CDATA[Disable rejoin]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29101#p29101"><![CDATA[
Is there any way I can disable my eggdrop from re-joining the channel when it gets kicked?  Or even better, a way to make it rejoin after say, 5 minutes has passed?<p>Statistics: Posted by Guest — Tue Oct 28, 2003 1:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
