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

	<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-06-23T14:12:43-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-23T14:12:43-04:00</updated>

		<published>2003-06-23T14:12:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22458#p22458</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22458#p22458"/>
		<title type="html"><![CDATA[need script that ban user that rejoin chan on kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22458#p22458"><![CDATA[
@caesar<br>thank you very much  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br>works great  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Mon Jun 23, 2003 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-23T03:30:45-04:00</updated>

		<published>2003-06-23T03:30:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22427#p22427</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22427#p22427"/>
		<title type="html"><![CDATA[need script that ban user that rejoin chan on kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22427#p22427"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - "*" arj:kickbind join * * arj:joinproc arj:kick {nick uhost handle chan target reason} {global arejn  if {$target == $::botnick} {    return  }   set arejn($chan:[getchanhost $target $chan]) 1  utimer 5 [list arj:reset $chan [getchanhost $target $chan]]}proc arj:join {nick uhost handle chan} {  global arejn  if {[info exists arejn($chan:$uhost)]} {    set mask "*!*@[lindex [split $uhost @] 1]"    newchanban $chan $mask $::botnick "rejoined after you got kicked, this definitly was smart.." 10    array unset arejn $chan:$uhost  }}proc arj:reset {chan uhost} {  global arejn  if {[info exists arejn($chan:$uhost)]} {    array unset arejn $chan:$uhost  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Jun 23, 2003 3:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-22T16:42:32-04:00</updated>

		<published>2003-06-22T16:42:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22410#p22410</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22410#p22410"/>
		<title type="html"><![CDATA[need script that ban user that rejoin chan on kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22410#p22410"><![CDATA[
<blockquote class="uncited"><div>Anti rejoin after a kick or what?</div></blockquote>wenn a user get a kick and this user join this chan in 5 seconds he get channelban for 10 minutes<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Sun Jun 22, 2003 4:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-22T15:54:47-04:00</updated>

		<published>2003-06-22T15:54:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22406#p22406</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22406#p22406"/>
		<title type="html"><![CDATA[need script that ban user that rejoin chan on kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22406#p22406"><![CDATA[
Anti rejoin after a kick or what?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jun 22, 2003 3:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-06-22T15:32:39-04:00</updated>

		<published>2003-06-22T15:32:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22405#p22405</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22405#p22405"/>
		<title type="html"><![CDATA[need script that ban user that rejoin chan on kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22405#p22405"><![CDATA[
just put this when you telnet your bot<br><br>+ban &lt;hostmask&gt; [channel] [%&lt;XdayXhoursXminutes&gt;] [comment]<br><br>example: .+ban *yousuck*!*@* %1h30m change your nick please (yeah i know it's slennox one <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink">)<p>Statistics: Posted by Guest — Sun Jun 22, 2003 3:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Volume]]></name></author>
		<updated>2003-06-22T15:02:51-04:00</updated>

		<published>2003-06-22T15:02:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=22403#p22403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=22403#p22403"/>
		<title type="html"><![CDATA[need script that ban user that rejoin chan on kick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=22403#p22403"><![CDATA[
hello,<br>i need a anti rejoin script that bans a user for the time of 10 minutes.<br>the banmask must be: *!*@p5085306A.dip.t-dialin.net<br><br>in the tcl archive have i not found this script.<br><br>thank all for help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3212">Volume</a> — Sun Jun 22, 2003 3:02 pm</p><hr />
]]></content>
	</entry>
	</feed>
