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

	<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-04-20T09:16:58-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-20T09:16:58-04:00</updated>

		<published>2003-04-20T09:16:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19285#p19285</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19285#p19285"/>
		<title type="html"><![CDATA[Join and Part = Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19285#p19285"><![CDATA[
Rather that using timers, you can use the "getchanjoin" command on part.<br><br>There is one downside, user that are on the channel before the bot enters will ahve a time of 0.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Apr 20, 2003 9:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-04-17T15:58:18-04:00</updated>

		<published>2003-04-17T15:58:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19185#p19185</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19185#p19185"/>
		<title type="html"><![CDATA[Join and Part = Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19185#p19185"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - "#channel *" join:part:setproc join:part:set {nick host hand chan} {  global join_part  set join_part($nick) 1  utimer 30 [list array unset join_part $nick]}bind part - "#channel *" join:part:banset comment "Parted sooner than 30 secs after joining"proc join:part:ban {nick host hand chan arg} {  global join_part comment  if {[info exists join_part($nick)]} {    newchanban $chan [maskhost $host] $::botnick $comment 30  }}  </code></pre></div>very basic script, will not work if $nick changes nick withine those 30 secs, and then part.<br>!!this script is untested!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Thu Apr 17, 2003 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-17T13:51:14-04:00</updated>

		<published>2003-04-17T13:51:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=19182#p19182</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=19182#p19182"/>
		<title type="html"><![CDATA[Join and Part = Ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=19182#p19182"><![CDATA[
Can anyone write this Script for me please? <br>If any user Join a Channel and Part within 30seconds, the Bot set a Tempban for 30minutes.<br><br>Thanx and sorry for my bad English  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by Guest — Thu Apr 17, 2003 1:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
