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

	<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-05T22:27:45-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-05T22:27:45-04:00</updated>

		<published>2003-10-05T22:27:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28008#p28008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28008#p28008"/>
		<title type="html"><![CDATA[ban user on]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28008#p28008"><![CDATA[
dude thats great idea simple but works tnx<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Oct 05, 2003 10:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-05T17:52:52-04:00</updated>

		<published>2003-10-05T17:52:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=28004#p28004</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=28004#p28004"/>
		<title type="html"><![CDATA[ban user on]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=28004#p28004"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - !* command:adduserproc command:getjoin {nick uhost hand chan arg} { if {[isop $nick $chan] || [isvoice $nick $chan]} {return 0}  adduser $nick $uhost  chattr $nick +W  timer 20 [list deluser $nick]}bind part W * command:partbanproc command:partban {nick uhost hand chan arg} { if {[getchanjoin $nick $chan] &gt;= [expr {[clock seconds] - 900}]} {  putserv "MODE $chan +b *!*@[lindex [split $uhost @] 1]" }}</code></pre></div>this will add the user to the bot's user list, and gives him the W flag, so when he parts in the interval of 15mins (900 secs) the bot will ban him.<br><br><em class="text-italics">P.S. Don't worry about the users, because the bot will delete the user after 20 minutes</em><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Oct 05, 2003 5:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-10-05T16:51:30-04:00</updated>

		<published>2003-10-05T16:51:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27996#p27996</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27996#p27996"/>
		<title type="html"><![CDATA[ban user on]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27996#p27996"><![CDATA[
how i do this user joins channel !news then write after they got news they part i wana ban users who come and go, so how do i ban a user that comes perfroms a command and leaves the channel sooner then 15 mins or something ??<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Oct 05, 2003 4:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
