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

	<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>2006-11-05T14:10:26-04:00</updated>

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

		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-11-05T14:10:26-04:00</updated>

		<published>2006-11-05T14:10:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67750#p67750</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67750#p67750"/>
		<title type="html"><![CDATA[Timeban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67750#p67750"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind PUB o|o !timeban pub:timebanproc pub:timeban {nickname hostname handle channel arguments} {  if {[llength [set arguments [split $arguments]]] &lt; 1} {    putquick "NOTICE $nickname :Usage: !timeban nickname"  } elseif {![onchan [set nick [lindex $arguments 0]] $channel]} {    putquick "NOTICE $nickname :I don't see $nick on $channel!"  } else {    # IRCd should fix the banmask itself    putquick "MODE $channel +b $nick"    putquick "KICK $channel $nick :blabla"    timer 60 [list putquick "MODE $channel -b $nick"]  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sun Nov 05, 2006 2:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mssxx]]></name></author>
		<updated>2006-11-05T13:46:38-04:00</updated>

		<published>2006-11-05T13:46:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=67745#p67745</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=67745#p67745"/>
		<title type="html"><![CDATA[Timeban]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=67745#p67745"><![CDATA[
Hello there Wink<br> <br> <br>I was wondering if someone can make a script like this:<br> <br> <br>!timeban nick<br> <br>The script should:<br> <br>timeban the nick!*@, kick him from channel with reason : blabla and remove it after 60 mins.<br> <br> <br>Thanks in advance.<br><br>Flags: Opers<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8355">mssxx</a> — Sun Nov 05, 2006 1:46 pm</p><hr />
]]></content>
	</entry>
	</feed>
