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

	<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-03-15T11:03:59-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-15T11:03:59-04:00</updated>

		<published>2005-03-15T11:03:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47696#p47696</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47696#p47696"/>
		<title type="html"><![CDATA[join/part = ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47696#p47696"><![CDATA[
I see that [unixtime] or [clock seconds] is the same thing. So basicly the 2 given codes are the same, either subtract from the unixtime or add to the getchanjoin.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 15, 2005 11:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-03-15T04:00:09-04:00</updated>

		<published>2005-03-15T04:00:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47681#p47681</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47681#p47681"/>
		<title type="html"><![CDATA[join/part = ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47681#p47681"><![CDATA[
That's not my problem, that's his problem. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>Coincidence we both posted at the same hour, within the same minute. He should have specified a host format, in which he would like to ban the user, as there are 500 different ways of doing it.<br><br>Different IRC Services have different ChanServ command line options for users. In my case I've come across this TEMPBAN command the first time.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Mar 15, 2005 4:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-03-15T02:47:03-04:00</updated>

		<published>2005-03-15T02:47:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47679#p47679</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47679#p47679"/>
		<title type="html"><![CDATA[join/part = ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47679#p47679"><![CDATA[
awyeah, i'm assuming, with (join/parter) he meant the host. Not exactly what he said.<br><br>So demond would have the solution :p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Tue Mar 15, 2005 2:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-03-14T23:37:48-04:00</updated>

		<published>2005-03-14T23:37:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47675#p47675</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47675#p47675"/>
		<title type="html"><![CDATA[join/part = ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47675#p47675"><![CDATA[
This script is taken from this thread:<br><a href="http://forum.egghelp.org/viewtopic.php?t=9248" class="postlink">http://forum.egghelp.org/viewtopic.php?t=9248</a><br><div class="codebox"><p>Code: </p><pre><code>bind part - "*" ban:flybyproc ban:flyby {nick uhost hand chan arg} { if {[getchanjoin $nick $chan] &gt;= [expr {[clock seconds]-5}]} {  putserv "privmsg chanserv :$chan tempban (join/parter) 10m"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Mon Mar 14, 2005 11:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-03-14T23:38:07-04:00</updated>

		<published>2005-03-14T23:37:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47674#p47674</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47674#p47674"/>
		<title type="html"><![CDATA[join/part = ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47674#p47674"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind part - * fooproc foo {n u h c m} {  if [matchattr $h of|of] return ;# dont mess with ops/friends  if {[getchanjoin $n $c] + 5 &gt;= [unixtime]} {    putserv "privmsg chanserv :$c tempban [maskhost $n!$u] 10m"  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Mon Mar 14, 2005 11:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jkimbro]]></name></author>
		<updated>2005-03-14T23:21:44-04:00</updated>

		<published>2005-03-14T23:21:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47673#p47673</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47673#p47673"/>
		<title type="html"><![CDATA[join/part = ban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47673#p47673"><![CDATA[
If a user joins, then parts within a certain timespan, such as 5 seconds, could I get a script that would do the following command<br>/msg chanserv #channel tempban (join/parter) 10m<br><br>Thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6073">jkimbro</a> — Mon Mar 14, 2005 11:21 pm</p><hr />
]]></content>
	</entry>
	</feed>
